Skip to content
Snippets Groups Projects
Commit 1390ad3b authored by garciadeblas's avatar garciadeblas
Browse files

Update pip requirements to pass stage2 and stage3 in all modules


Change-Id: Id6fecbed2235b2841a078855e5ec0e5460bd9a78
Signed-off-by: default avatargarciadeblas <gerardo.garciadeblas@telefonica.com>
parent 12b9e342
Branches v15.0
Tags v15.0.2
No related merge requests found
......@@ -14,15 +14,15 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#######################################################################################
aiokafka==0.8.0
aiokafka==0.8.1
# via -r https://osm.etsi.org/gitweb/?p=osm/common.git;a=blob_plain;f=requirements.txt;hb=v14.0
async-timeout==4.0.2
async-timeout==4.0.3
# via
# -r https://osm.etsi.org/gitweb/?p=osm/common.git;a=blob_plain;f=requirements.txt;hb=v14.0
# aiokafka
dataclasses==0.6
# via -r https://osm.etsi.org/gitweb/?p=osm/common.git;a=blob_plain;f=requirements.txt;hb=v14.0
dnspython==2.3.0
dnspython==2.4.2
# via
# -r https://osm.etsi.org/gitweb/?p=osm/common.git;a=blob_plain;f=requirements.txt;hb=v14.0
# pymongo
......@@ -30,7 +30,7 @@ kafka-python==2.0.2
# via
# -r https://osm.etsi.org/gitweb/?p=osm/common.git;a=blob_plain;f=requirements.txt;hb=v14.0
# aiokafka
motor==3.1.2
motor==3.3.1
# via -r https://osm.etsi.org/gitweb/?p=osm/common.git;a=blob_plain;f=requirements.txt;hb=v14.0
osm-common @ git+https://osm.etsi.org/gerrit/osm/common.git@v14.0
# via -r requirements-dev.in
......@@ -38,11 +38,11 @@ packaging==23.1
# via
# -r https://osm.etsi.org/gitweb/?p=osm/common.git;a=blob_plain;f=requirements.txt;hb=v14.0
# aiokafka
pycryptodome==3.17
pycryptodome==3.19.0
# via -r https://osm.etsi.org/gitweb/?p=osm/common.git;a=blob_plain;f=requirements.txt;hb=v14.0
pymongo==4.3.3
pymongo==4.5.0
# via
# -r https://osm.etsi.org/gitweb/?p=osm/common.git;a=blob_plain;f=requirements.txt;hb=v14.0
# motor
pyyaml==6.0.1
# via -r https://osm.etsi.org/gitweb/?p=osm/common.git;a=blob_plain;f=requirements.txt;hb=master
# via -r https://osm.etsi.org/gitweb/?p=osm/common.git;a=blob_plain;f=requirements.txt;hb=v14.0
......@@ -14,9 +14,9 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#######################################################################################
coverage==7.2.5
coverage==7.3.1
# via -r requirements-test.in
mock==5.0.2
mock==5.1.0
# via -r requirements-test.in
nose2==0.13.0
# via -r requirements-test.in
......@@ -16,7 +16,7 @@
#######################################################################################
jinja2==3.1.2
# via -r requirements.in
markupsafe==2.1.2
markupsafe==2.1.3
# via jinja2
pymzn==0.18.3
# via -r requirements.in
......
......@@ -82,7 +82,7 @@ commands =
#######################################################################################
[testenv:pip-compile]
deps = pip-tools==6.6.2
deps = pip-tools==6.13.0
skip_install = true
allowlist_externals = bash
[
......@@ -90,7 +90,7 @@ commands =
- bash -c "for file in requirements*.in ; do \
UNSAFE="" ; \
if [[ $file =~ 'dist' ]] ; then UNSAFE='--allow-unsafe' ; fi ; \
pip-compile -rU --no-header $UNSAFE $file ;\
pip-compile --resolver=backtracking -rU --no-header $UNSAFE $file ;\
out=`echo $file | sed 's/.in/.txt/'` ; \
sed -i -e '1 e head -16 tox.ini' $out ;\
done"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment