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

Update pip requirements to pass stage2 and stage3 in all modules


Change-Id: Ic1db5951b4b25533fee373ba8738fc68aa7b780d
Signed-off-by: default avatargarciadeblas <gerardo.garciadeblas@telefonica.com>
parent 64ff0bb5
No related branches found
Tags v14.0.1
No related merge requests found
......@@ -14,15 +14,11 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#######################################################################################
bitarray==2.7.6
# via
# -r https://osm.etsi.org/gitweb/?p=osm/IM.git;a=blob_plain;f=requirements.txt;hb=v14.0
# pyangbind
enum34==1.1.10
# via
# -r https://osm.etsi.org/gitweb/?p=osm/IM.git;a=blob_plain;f=requirements.txt;hb=v14.0
# pyangbind
lxml==4.9.2
lxml==4.9.3
# via
# -r https://osm.etsi.org/gitweb/?p=osm/IM.git;a=blob_plain;f=requirements.txt;hb=v14.0
# pyang
......@@ -33,11 +29,11 @@ pyang==2.5.3
# via
# -r https://osm.etsi.org/gitweb/?p=osm/IM.git;a=blob_plain;f=requirements.txt;hb=v14.0
# pyangbind
pyangbind==0.8.1
pyangbind==0.8.3.post1
# via -r https://osm.etsi.org/gitweb/?p=osm/IM.git;a=blob_plain;f=requirements.txt;hb=v14.0
pyyaml==6.0.1
# via -r https://osm.etsi.org/gitweb/?p=osm/IM.git;a=blob_plain;f=requirements.txt;hb=v14.0
regex==2023.6.3
regex==2023.8.8
# via
# -r https://osm.etsi.org/gitweb/?p=osm/IM.git;a=blob_plain;f=requirements.txt;hb=v14.0
# pyangbind
......
......@@ -14,9 +14,9 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#######################################################################################
coverage==7.2.7
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
......@@ -14,27 +14,25 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#######################################################################################
certifi==2023.5.7
certifi==2023.7.22
# via requests
charset-normalizer==3.1.0
charset-normalizer==3.3.0
# via requests
click==8.1.3
click==8.1.7
# via -r requirements.in
decorator==5.1.1
# via jsonpath-ng
idna==3.4
# via requests
jinja2==3.1.2
# via -r requirements.in
jsonpath-ng==1.5.3
jsonpath-ng==1.6.0
# via -r requirements.in
markupsafe==2.1.3
# via jinja2
packaging==23.1
packaging==23.2
# via -r requirements.in
ply==3.11
# via jsonpath-ng
prettytable==3.8.0
prettytable==3.9.0
# via -r requirements.in
python-magic==0.4.27
# via -r requirements.in
......@@ -42,11 +40,9 @@ pyyaml==6.0.1
# via -r requirements.in
requests==2.31.0
# via -r requirements.in
six==1.16.0
# via jsonpath-ng
urllib3==2.0.3
urllib3==2.0.5
# via requests
verboselogs==1.7
# via -r requirements.in
wcwidth==0.2.6
wcwidth==0.2.8
# via prettytable
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