Skip to content

Commit

Permalink
Merge pull request buildbot#7387 from pmisik/dep-update-2024-w02
Browse files Browse the repository at this point in the history
Fix issues in "Scheduled biweekly dependency update for week 02"
  • Loading branch information
p12tic authored Jan 21, 2024
2 parents c0b9d35 + 4506a62 commit b3c4316
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 27 deletions.
39 changes: 20 additions & 19 deletions requirements-ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,32 +2,33 @@
-e worker
-e pkg
# we install buildbot www from pypi to avoid the slow nodejs build at each test
buildbot-www==3.10.0
buildbot-www==3.10.1

autobahn==23.6.2; python_version >= "3.9"
autobahn==22.7.1; python_version < "3.9" # pyup: ignore
boto3==1.34.2
flake8==6.1.0; python_version >= "3.8.1"
boto3==1.34.19
flake8==7.0.0; python_version >= "3.8.1"
msgpack==1.0.7
Markdown==3.5.1
Markdown==3.5.2
pylint==3.0.3

# The following are transitive dependencies of the above. The versions are pinned so that tests
# are reproducible. The versions should be upgraded whenever we see new versions to catch problems
# in new versions of the packages. Whole list should be regenerated by via `pip freeze` once in a
# while to remove no longer needed dependencies.

alabaster==0.7.13
alabaster==0.7.16; python_version >= "3.9"
alabaster==0.7.13; python_version < "3.9" # pyup: ignore 0.7.14 dropped support for Python 3.8 and earlier
alembic==1.11.3
appdirs==1.4.4
asn1crypto==1.5.1
astroid==3.0.2
attrs==23.1.0
attrs==23.2.0
Automat==22.10.0
Babel==2.14.0
backports.functools-lru-cache==2.0.0
boto==2.49.0
botocore==1.34.2
botocore==1.34.19
certifi==2023.11.17
cffi==1.16.0
chardet==5.2.0
Expand All @@ -36,7 +37,7 @@ click==8.1.7
configparser==6.0.0
constantly==23.10.4
cookies==2.2.1
coverage==7.3.3
coverage==7.4.0
croniter==2.0.1
cryptography==41.0.7
decorator==5.1.1
Expand All @@ -49,12 +50,12 @@ fixtures==4.1.0
funcsigs==1.0.2
graphql-core==3.3.0a3; python_version >= "3.12" # pyup: ignore (temporary switch to PRE-RELEASE version; remove this once 3.3.0 or newer is released as RELEASE version)
graphql-core==3.2.3; python_version < "3.12"
greenlet==3.0.2
hvac==1.2.1
greenlet==3.0.3
hvac==2.1.0
hyperlink==21.0.0
idna==2.10 # pyup: ignore (conflicts with moto on master)
imagesize==1.4.1
importlib-metadata==7.0.0
importlib-metadata==7.0.1
importlib-resources==6.1.1; python_version < "3.9"
incremental==22.10.0
ipaddress==1.0.23
Expand All @@ -64,29 +65,29 @@ jmespath==1.0.1
jsonref==1.1.0
lazy-object-proxy==1.9.0 # pyup: ignore (required by astroid)
ldap3==2.9.1
lz4==4.3.2
lz4==4.3.3
Mako==1.3.0
markdown2==2.4.12
MarkupSafe==2.1.3
mccabe==0.7.0
more-itertools==10.1.0
moto==4.2.12
more-itertools==10.2.0
moto==4.2.13
olefile==0.47
packaging==23.2
parameterized==0.9.0
pathlib2==2.3.7.post1
pbr==6.0.0
pep8==1.7.1
Pillow==10.1.0
Pillow==10.2.0
platformdirs==4.1.0
psutil==5.9.7
pyaml==23.9.7
pyaml==23.12.0
pyasn1-modules==0.3.0
pyasn1==0.5.1
pycodestyle==2.11.1; python_version >= "3.8.1"
pycparser==2.21
pyenchant==3.2.2
pyflakes==3.1.0
pyflakes==3.2.0
PyJWT==2.8.0
pyOpenSSL==23.3.0
pyparsing==3.1.1
Expand All @@ -99,9 +100,9 @@ requests==2.31.0
responses==0.24.1
ruamel.yaml==0.18.5
ruamel.yaml.clib==0.2.8
s3transfer==0.9.0
s3transfer==0.10.0
scandir==1.10.0
service-identity==23.1.0
service-identity==24.1.0
setuptools-trial==0.6.0
singledispatch==4.1.0
six==1.16.0
Expand Down
2 changes: 1 addition & 1 deletion requirements-cidb.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
psycopg2-binary==2.9.9
mysqlclient==2.2.1
pg8000==1.30.3
pg8000==1.30.4
12 changes: 6 additions & 6 deletions requirements-cidocs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,19 @@ Sphinx==7.2.6; python_version >= "3.9"
sphinx-jinja==2.0.2
sphinx-rtd-theme==2.0.0
sphinxcontrib-applehelp==1.0.4; python_version < "3.9" # pyup: ignore
sphinxcontrib-applehelp==1.0.7; python_version >= "3.9"
sphinxcontrib-applehelp==1.0.8; python_version >= "3.9"
sphinxcontrib-devhelp==1.0.2; python_version < "3.9" # pyup: ignore
sphinxcontrib-devhelp==1.0.5; python_version >= "3.9"
sphinxcontrib-devhelp==1.0.6; python_version >= "3.9"
sphinxcontrib-htmlhelp==2.0.1; python_version < "3.9" # pyup: ignore
sphinxcontrib-htmlhelp==2.0.4; python_version >= "3.9"
sphinxcontrib-htmlhelp==2.0.5; python_version >= "3.9"
sphinxcontrib-jquery==4.1.0
sphinxcontrib-jsmath==1.0.1
sphinxcontrib-qthelp==1.0.3; python_version < "3.9" # pyup: ignore
sphinxcontrib-qthelp==1.0.6; python_version >= "3.9"
sphinxcontrib-qthelp==1.0.7; python_version >= "3.9"
sphinxcontrib-serializinghtml==1.1.5; python_version < "3.9" # pyup: ignore
sphinxcontrib-serializinghtml==1.1.9; python_version >= "3.9"
sphinxcontrib-serializinghtml==1.1.10; python_version >= "3.9"
sphinxcontrib-spelling==8.0.0
sphinxcontrib-websupport==1.2.4; python_version < "3.9" # pyup: ignore
sphinxcontrib-websupport==1.2.6; python_version >= "3.9"
sphinxcontrib-websupport==1.2.7; python_version >= "3.9"
Pygments==2.17.2
towncrier==23.11.0
2 changes: 1 addition & 1 deletion requirements-ciworker.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
attrs==21.4.0; python_version < "3.6" # pyup: ignore
attrs==23.1.0; python_version >= "3.6"
attrs==23.2.0; python_version >= "3.6"
autobahn==23.6.2; python_version >= "3.9"
autobahn==22.7.1; python_version < "3.9" and python_version >= "3.7" # pyup: ignore
autobahn==20.12.3; python_version < "3.7" and python_version >= "3.6" # pyup: ignore
Expand Down

0 comments on commit b3c4316

Please sign in to comment.