Remove old excludes

These are detected as errors since the clean up was done[1] in
the requirements repository.

[1] 314734e938f107cbd5ebcc7af4d9167c11347406

Change-Id: Ifd5fb626082dde18ed159f1a0e7be5e17f13167d
This commit is contained in:
Takashi Kajinami 2024-04-30 18:41:36 +09:00
parent 36e1ec56f2
commit 282736696e
3 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
sphinx>=2.0.0,!=2.1.0 # BSD
sphinx>=2.0.0 # BSD
openstackdocstheme>=2.2.1 # Apache-2.0
sphinxcontrib-apidoc>=0.2.1 # BSD
# releasenotes

View File

@ -3,5 +3,5 @@
# you find any incorrect lower bounds, let us know or propose a fix.
oslo.i18n>=3.15.3 # Apache-2.0
oslo.serialization>=2.28.1 # Apache-2.0
pbr!=2.1.0,>=2.0.0 # Apache-2.0
pbr>=2.0.0 # Apache-2.0
tenacity>=5.0.2 # Apache-2.0

View File

@ -1,7 +1,7 @@
hacking>=6.1.0,<6.2.0 # Apache-2.0
bandit!=1.6.0,>=1.1.0 # Apache-2.0
coverage>=4.0,!=4.4 # Apache-2.0
bandit>=1.1.0 # Apache-2.0
coverage>=4.0 # Apache-2.0
doc8>=0.6.0 # Apache-2.0
pylint>=2.5.3 # GPLv2
python-subunit>=1.0.0 # Apache-2.0/BSD