Update requirements and test-requirements

To match the upper constraints, update some versions in
requirements and test-requirements

Change-Id: I6d89c56d6e98cfb0927928af195a04867d426a82
This commit is contained in:
Boxiang Zhu 2023-03-27 11:57:40 +08:00
parent ef4fb138d3
commit 8d85cacab8
2 changed files with 8 additions and 9 deletions

View File

@ -12,17 +12,17 @@ databases<=0.5.5 # BSD License (3 clause)
aiomysql<=0.1.1 # MIT
aiosqlite<=0.17.0 # MIT
loguru<=0.5.3 # MIT
PyYAML>=5.4.1,<=6.0 # MIT
PyYAML>=5.4.1 # MIT
immutables>=0.16 # Apache-2.0
alembic>=1.7.5 # MIT
httpx>=0.16.1 # BSD License (3 clause)
SQLAlchemy>=1.3.24 # MIT
PyMySQL>=0.9.3,<=1.0.2 # MIT
dnspython>=2.1.0,<=2.2.1 # ISC
click>=7.1.2,<=8.1.3 # BSD License (3 clause)
jinja2>=2.11.3,<=3.1.2 # BSD License (3 clause)
h11<0.13,>=0.11 # MIT
MarkupSafe>=2.0.1,<=2.1.1 # BSD License (3 clause)
PyMySQL>=0.9.3 # MIT
dnspython>=2.1.0 # ISC
click>=7.1.2 # BSD License (3 clause)
jinja2>=2.11.3 # BSD License (3 clause)
h11>=0.11 # MIT
MarkupSafe>=2.0.1 # BSD License (3 clause)
python-multipart>=0.0.5 # Apache-2.0
python-keystoneclient>=3.21.0 # Apache-2.0
python-cinderclient>=8.1.0 # Apache-2.0

View File

@ -16,8 +16,7 @@ pytest-cov>=2.12.1 # MIT
pytest-html>=3.1.1 # MPL 2.0
mimesis<=4.1.3 # MIT
asgi-lifespan<=1.0.1 # MIT
types-PyYAML<=5.4.10 # Apache-2.0
oslo.log<=5.0.0 # Apache-2.0
types-PyYAML>=5.4.10 # Apache-2.0
neutron-lib>=2.15.0 # Apache-2.0
lxml>=4.4.1 # BSD
types-python-dateutil>=2.8.2 # Apache-2.0