From 8d85cacab8c0ca64f3a20ee8e8909c6d97c9caef Mon Sep 17 00:00:00 2001 From: Boxiang Zhu Date: Mon, 27 Mar 2023 11:57:40 +0800 Subject: [PATCH] Update requirements and test-requirements To match the upper constraints, update some versions in requirements and test-requirements Change-Id: I6d89c56d6e98cfb0927928af195a04867d426a82 --- requirements.txt | 14 +++++++------- test-requirements.txt | 3 +-- 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/requirements.txt b/requirements.txt index 4637f65..18ca3d8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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 diff --git a/test-requirements.txt b/test-requirements.txt index 2f6514f..70abe16 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -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