From: garciadeblas Date: Thu, 28 Sep 2023 21:50:52 +0000 (+0200) Subject: Update pip requirements to pass stage2 and stage3 in all modules X-Git-Tag: release-v15.0-start~7 X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FNBI.git;a=commitdiff_plain;h=5cdcb80a5a968efc0f21c358974200c0f7bf75c5 Update pip requirements to pass stage2 and stage3 in all modules Change-Id: I50582481c2aa5359c749dd7246e55aaa270dee57 Signed-off-by: garciadeblas --- diff --git a/requirements-dev.txt b/requirements-dev.txt index fcf058d..0bf9737 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -55,7 +55,7 @@ pyang==2.5.3 # pyangbind pyangbind==0.8.3.post1 # via -r https://osm.etsi.org/gitweb/?p=osm/IM.git;a=blob_plain;f=requirements.txt;hb=master -pycryptodome==3.18.0 +pycryptodome==3.19.0 # via -r https://osm.etsi.org/gitweb/?p=osm/common.git;a=blob_plain;f=requirements.txt;hb=master pymongo==4.5.0 # via diff --git a/requirements-test.txt b/requirements-test.txt index e82586f..1abfb13 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -28,9 +28,9 @@ attrs==23.1.0 # via aiohttp charset-normalizer==3.2.0 # via aiohttp -coverage==7.3.0 +coverage==7.3.1 # via -r requirements-test.in -deepdiff==6.4.1 +deepdiff==6.5.0 # via -r requirements-test.in frozenlist==1.4.0 # via diff --git a/requirements.txt b/requirements.txt index 5f914cd..cc7328f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -46,7 +46,7 @@ debtcollector==2.5.0 # oslo-config # oslo-utils # python-keystoneclient -deepdiff==6.4.1 +deepdiff==6.5.0 # via -r requirements.in frozenlist==1.4.0 # via @@ -73,7 +73,7 @@ jaraco-functools==3.9.0 # tempora jaraco-text==3.11.1 # via jaraco-collections -jsonschema==4.19.0 +jsonschema==4.19.1 # via -r requirements.in jsonschema-specifications==2023.7.1 # via jsonschema @@ -85,13 +85,13 @@ more-itertools==10.1.0 # cherrypy # jaraco-functools # jaraco-text -msgpack==1.0.5 +msgpack==1.0.7 # via oslo-serialization multidict==6.0.4 # via # aiohttp # yarl -netaddr==0.8.0 +netaddr==0.9.0 # via # oslo-config # oslo-utils @@ -128,13 +128,13 @@ pbr==5.11.1 # stevedore portend==3.2.0 # via cherrypy -pydantic==2.3.0 +pydantic==2.4.2 # via inflect -pydantic-core==2.6.3 +pydantic-core==2.10.1 # via pydantic pyparsing==3.1.1 # via oslo-utils -python-keystoneclient==5.1.0 +python-keystoneclient==5.2.0 # via -r requirements.in pytz==2023.3.post1 # via @@ -157,7 +157,7 @@ requests==2.31.0 # python-keystoneclient rfc3986==2.0.0 # via oslo-config -rpds-py==0.10.2 +rpds-py==0.10.3 # via # jsonschema # referencing @@ -174,7 +174,7 @@ tacacs-plus==2.6 # via -r requirements.in tempora==5.5.0 # via portend -typing-extensions==4.7.1 +typing-extensions==4.8.0 # via # inflect # jaraco-functools @@ -184,7 +184,7 @@ tzdata==2023.3 # via # oslo-serialization # oslo-utils -urllib3==2.0.4 +urllib3==2.0.5 # via requests wrapt==1.15.0 # via debtcollector