Skip to content

Commit

Permalink
Merge pull request buildbot#7936 from pmisik/dep-update-2024-w33
Browse files Browse the repository at this point in the history
Fix issues in "Scheduled biweekly dependency update for week 33"
  • Loading branch information
p12tic authored Aug 21, 2024
2 parents 4d1c163 + 176b88e commit 86666a7
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 17 deletions.
22 changes: 11 additions & 11 deletions requirements-ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
-e worker
-e pkg
# we install buildbot www from pypi to avoid the slow nodejs build at each test
buildbot-www==4.0.1
buildbot-www==4.0.2

Markdown==3.6
Markdown==3.7
coverage==7.6.1
docker==7.1.0
hvac==2.3.0
Expand All @@ -21,15 +21,15 @@ psutil==6.0.0
# while to remove no longer needed dependencies.

alembic==1.13.2
attrs==24.1.0
attrs==24.2.0
autobahn==24.4.2; python_version >= "3.9"
autobahn==22.7.1; python_version < "3.9" # pyup: ignore
Automat==22.10.0
Automat==24.8.0
boto==2.49.0
boto3==1.34.161
botocore==1.34.161
boto3==1.35.0
botocore==1.35.0
certifi==2024.7.4
cffi==1.16.0
cffi==1.17.0
charset-normalizer==3.3.2
constantly==23.10.4
croniter==3.0.3
Expand All @@ -46,7 +46,7 @@ jmespath==1.0.1
lz4==4.3.3
Mako==1.3.5
MarkupSafe==2.1.5
moto==5.0.12
moto==5.0.13
msgpack==1.0.8
mypy-extensions==1.0.0
packaging==24.1
Expand All @@ -59,15 +59,15 @@ pyOpenSSL==24.2.1
pypugjs==5.11.0
python-dateutil==2.9.0.post0
pytz==2024.1
PyYAML==6.0.1
PyYAML==6.0.2
requests==2.32.3
responses==0.25.3
ruff==0.6.1
s3transfer==0.10.2
service-identity==24.1.0
setuptools-trial==0.6.0
six==1.16.0
SQLAlchemy==2.0.31
SQLAlchemy==2.0.32
treq==23.11.0; python_version >= "3.9"
treq==22.2.0; python_version < "3.9" # pyup: ignore
Twisted==24.3.0
Expand All @@ -80,5 +80,5 @@ urllib3==1.26.19 # pyup: ignore
Werkzeug==3.0.3
xmltodict==0.13.0
zope.event==5.0
zope.interface==6.4.post2
zope.interface==7.0.1
zope.schema==7.0.1
2 changes: 1 addition & 1 deletion requirements-cidocs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ towncrier==24.7.1
alabaster==1.0.0; python_version >= "3.10"
alabaster==0.7.16; python_version == "3.9" # pyup: ignore 1.0.0 dropped support for Python 3.9 and earlier
alabaster==0.7.13; python_version < "3.9" # pyup: ignore 0.7.14 dropped support for Python 3.8 and earlier
Babel==2.15.0
Babel==2.16.0
click==8.1.7
docutils==0.20.1 # pyup: ignore (sphinx-rtd-theme 2.0.0 requires docutils<0.21)
imagesize==1.4.1
Expand Down
8 changes: 4 additions & 4 deletions requirements-ciworker.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
attrs==21.4.0; python_version < "3.6" # pyup: ignore
attrs==24.1.0; python_version >= "3.6"
attrs==24.2.0; python_version >= "3.6"
autobahn==24.4.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
Automat==20.2.0; python_version < "3.6" # pyup: ignore
Automat==22.10.0; python_version >= "3.6"
cffi==1.16.0; python_version >= "3.6"
Automat==24.8.0; python_version >= "3.6"
cffi==1.17.0; python_version >= "3.6"
constantly==23.10.4; python_version >= "3.8"
constantly==15.1.0; python_version < "3.8" # pyup: ignore
cryptography==43.0.0; python_version >= "3.6"
Expand All @@ -31,5 +31,5 @@ txaio==23.1.1; python_version >= "3.6"
typing-extensions==4.12.2; python_version >= "3.7"
typing-extensions==4.12.2; python_version < "3.7" and python_version >= "3.5"
zope.interface==5.4.0; python_version < "3.6" # pyup: ignore
zope.interface==6.4.post2; python_version >= "3.6"
zope.interface==7.0.1; python_version >= "3.6"
-e worker
2 changes: 1 addition & 1 deletion requirements-pip.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
pip==24.2
setuptools==70.3.0
setuptools==72.2.0
wheel==0.44.0

0 comments on commit 86666a7

Please sign in to comment.