From 800402e7ad3083a9c8e85ed75f18c2dfd13321c9 Mon Sep 17 00:00:00 2001 From: Dmitriy Rabotyagov Date: Thu, 1 Sep 2022 12:51:20 +0200 Subject: [PATCH] Add check-requirements job This job is maintained by requirements team and ensures that requirements and constraints have proper format and do not conflict with guidelines. Co-Authored-By: Erno Kuvaja Change-Id: I3dd8b1b1826473495725bb8cff2c42c6aa7b35f1 --- .zuul.yaml | 1 + doc/requirements.txt | 2 +- requirements.txt | 8 ++++---- setup.cfg | 6 +++--- test-requirements.txt | 4 ++-- 5 files changed, 11 insertions(+), 10 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index 3c18cf407..c6395e16d 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -4,6 +4,7 @@ - openstack-python3-jobs - publish-openstack-docs-pti - release-notes-jobs-python3 + - check-requirements check: jobs: - aodh-tempest-plugin-mysql diff --git a/doc/requirements.txt b/doc/requirements.txt index cc975045a..500ab4ce7 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -5,5 +5,5 @@ openstackdocstheme>=2.2.1 # Apache-2.0 reno>=3.1.0 # Apache-2.0 sphinx>=2.0.0,!=2.1.0 # BSD -sphinxcontrib-httpdomain +sphinxcontrib-httpdomain>=1.8.1 sphinxcontrib-pecanwsme>=0.10.0 diff --git a/requirements.txt b/requirements.txt index 81b736f30..bddc1bab7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,7 +9,7 @@ jsonschema>=3.2.0 # MIT keystonemiddleware>=5.1.0 # Apache-2.0 gnocchiclient>=6.0.0 # Apache-2.0 lxml>=2.3 -oslo.db>=4.8.0,!=4.13.1,!=4.13.2,!=4.15.0 # Apache-2.0 +oslo.db>=11.0.0 # Apache-2.0 oslo.config>=6.8.0 # Apache-2.0 oslo.context>=2.22.0 # Apache-2.0 oslo.i18n>=1.5.0 # Apache-2.0 @@ -27,15 +27,15 @@ python-keystoneclient>=1.6.0 pytz>=2013.6 requests>=2.5.2 stevedore>=1.5.0 # Apache-2.0 -sqlalchemy>=1.4.1 +SQLAlchemy>=1.4.1 tooz>=1.28.0 # Apache-2.0 voluptuous>=0.8.10 WebOb>=1.2.3 WSME>=0.8 cachetools>=1.1.6 -cotyledon +cotyledon>=1.7.3 keystoneauth1>=2.1 debtcollector>=1.2.0 # Apache-2.0 python-octaviaclient>=1.8.0 -python-dateutil # BSD +python-dateutil>=2.8.2 # BSD python-heatclient>=1.17.0 diff --git a/setup.cfg b/setup.cfg index d27c96a32..c3c1fed6a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -29,15 +29,15 @@ packages = [extras] mysql = SQLAlchemy>=0.9.7 - sqlalchemy-utils + SQLAlchemy-Utils>=0.41.0 alembic>=0.7.2 PyMySQL>=0.6.2 # MIT License postgresql = SQLAlchemy>=0.9.7 - sqlalchemy-utils + SQLAlchemy-Utils>=0.41.0 alembic>=0.7.2 - psycopg2 + psycopg2>=2.9.6 zaqar = python-zaqarclient>=1.2.0 diff --git a/test-requirements.txt b/test-requirements.txt index e05b40773..c5c5d2e6b 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -2,8 +2,8 @@ stestr>=2.0.0 # Apache-2.0 oslotest>=2.15.0 # Apache-2.0 coverage>=3.6 fixtures>=1.3.1 -sqlalchemy-utils +SQLAlchemy-Utils>=0.39.0 testresources>=0.2.4 # Apache-2.0/BSD gabbi>=1.30.0 # Apache-2.0 # Provides subunit-trace -webtest +WebTest>=3.0.0