Skip to content

Commit

Permalink
Merge pull request #7214 from pmisik/dep-update-w45
Browse files Browse the repository at this point in the history
Dependency update for week 47
  • Loading branch information
p12tic committed Dec 3, 2023
2 parents bf74942 + 3be8391 commit 694f76c
Show file tree
Hide file tree
Showing 5 changed files with 37 additions and 37 deletions.
56 changes: 28 additions & 28 deletions requirements-ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ buildbot-www==3.9.2

autobahn==23.6.2; python_version >= "3.9"
autobahn==22.7.1; python_version < "3.9" # pyup: ignore
boto3==1.28.57
boto3==1.29.3
flake8==6.1.0; python_version >= "3.8.1"
msgpack==1.0.7
Markdown==3.4.4
pylint==3.0.0
Markdown==3.5.1
pylint==3.0.2

# 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
Expand All @@ -21,24 +21,24 @@ alabaster==0.7.13
alembic==1.11.3
appdirs==1.4.4
asn1crypto==1.5.1
astroid==3.0.0
astroid==3.0.1
attrs==23.1.0
Automat==22.10.0
Babel==2.12.1
Babel==2.13.1
backports.functools-lru-cache==1.6.6
boto==2.49.0
botocore==1.31.57
certifi==2023.7.22
botocore==1.32.3
certifi==2023.11.17
cffi==1.16.0
chardet==5.2.0
charset-normalizer==3.3.0
charset-normalizer==3.3.2
click-default-group==1.2.4
click==8.1.7
configparser==6.0.0
constantly==15.1.0
cookies==2.2.1
coverage==7.3.1
croniter==1.4.1
coverage==7.3.2
croniter==2.0.1
cryptography==41.0.6
decorator==5.1.1
dicttoxml==1.7.16
Expand All @@ -50,13 +50,13 @@ fixtures==4.1.0
funcsigs==1.0.2
future==0.18.3
graphql-core==3.2.3
greenlet==3.0.0
greenlet==3.0.1
hvac==1.2.1
hyperlink==21.0.0
idna==2.10 # pyup: ignore (conflicts with moto on master)
imagesize==1.4.1
importlib-metadata==6.8.0
importlib-resources==6.1.0
importlib-resources==6.1.1
incremental==22.10.0
ipaddress==1.0.23
isort==4.3.21 # pyup: ignore (until https://github.com/PyCQA/pylint/pull/3725 is merged)
Expand All @@ -66,39 +66,39 @@ jsonref==1.1.0
lazy-object-proxy==1.9.0 # pyup: ignore (required by astroid)
ldap3==2.9.1
lz4==4.3.2
Mako==1.2.4
Mako==1.3.0
markdown2==2.4.10
MarkupSafe==2.1.3
mccabe==0.7.0
more-itertools==10.1.0
moto==4.2.5
moto==4.2.9
olefile==0.46
packaging==23.2
parameterized==0.9.0
pathlib2==2.3.7.post1
pbr==5.11.1
pbr==6.0.0
pep8==1.7.1
Pillow==10.0.1
platformdirs==3.10.0
psutil==5.9.5
Pillow==10.1.0
platformdirs==4.0.0
psutil==5.9.6
pyaml==23.9.7
pyasn1-modules==0.3.0
pyasn1==0.5.0
pycodestyle==2.11.0; python_version >= "3.8.1"
pycodestyle==2.11.1; python_version >= "3.8.1"
pycparser==2.21
pyenchant==3.2.2
pyflakes==3.1.0
PyJWT==2.8.0
pyOpenSSL==23.2.0
pyOpenSSL==23.3.0
pyparsing==3.1.1
pypugjs==5.9.12
python-dateutil==2.8.2
python-subunit==1.4.3
python-subunit==1.4.4
pytz==2023.3.post1
PyYAML==6.0.1
requests==2.31.0
responses==0.23.3
ruamel.yaml==0.17.33
responses==0.24.1
ruamel.yaml==0.18.5
ruamel.yaml.clib==0.2.8
s3transfer==0.7.0
scandir==1.10.0
Expand All @@ -111,10 +111,10 @@ snowballstemmer==2.2.0
SQLAlchemy==1.4.40 # pyup: ignore
sqlparse==0.4.4
termcolor==2.3.0
testtools==2.6.0
testtools==2.7.1
toml==0.10.2
tomli==2.0.1
tomlkit==0.12.1
tomlkit==0.12.3
towncrier==21.9.0
treq==22.2.0
Twisted==22.4.0
Expand All @@ -126,8 +126,8 @@ unidiff==0.7.5
# botocore depends on urllib3<1.27
urllib3==1.26.18 # pyup: ignore
webcolors==1.13
websocket-client==1.6.3
websocket-client==1.6.4
Werkzeug==3.0.1
wrapt==1.15.0
wrapt==1.16.0
xmltodict==0.13.0
zope.interface==6.0
zope.interface==6.1
4 changes: 2 additions & 2 deletions requirements-cidb.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
psycopg2-binary==2.9.8
psycopg2-binary==2.9.9
mysqlclient==2.2.0
pg8000==1.30.2
pg8000==1.30.3
4 changes: 2 additions & 2 deletions requirements-cidocs.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Sphinx==7.1.2; python_version < "3.9" # pyup: ignore
Sphinx==7.2.6; python_version >= "3.9"
sphinx-jinja==2.0.2
sphinx-rtd-theme==2.0.0rc2
sphinx-rtd-theme==2.0.0rc4
sphinxcontrib-applehelp==1.0.4; python_version < "3.9" # pyup: ignore
sphinxcontrib-applehelp==1.0.7; python_version >= "3.9"
sphinxcontrib-devhelp==1.0.2; python_version < "3.9" # pyup: ignore
Expand All @@ -17,5 +17,5 @@ sphinxcontrib-serializinghtml==1.1.9; 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"
Pygments==2.16.1
Pygments==2.17.1
towncrier==21.9.0
6 changes: 3 additions & 3 deletions requirements-ciworker.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ mock==3.0.5; python_version < "3.6" # pyup: ignore
mock==5.1.0; python_version >= "3.6"
parameterized==0.8.1; python_version < "3.6" # pyup: ignore
parameterized==0.9.0; python_version >= "3.6"
pbr==5.11.1
pbr==6.0.0
# pin PyHamcrest, because 2.x no longer supports Python 2.7
PyHamcrest==1.9.0 # pyup: ignore
psutil==5.9.5
psutil==5.9.6
pycparser==2.21; python_version >= "3.6"
six==1.16.0
Twisted==22.4.0; python_version >= "3.6"
Expand All @@ -30,5 +30,5 @@ txaio==23.1.1; python_version >= "3.6"
typing-extensions==4.8.0; python_version >= "3.7"
typing-extensions==4.8.0; python_version < "3.7" and python_version >= "3.5"
zope.interface==5.4.0; python_version < "3.6" # pyup: ignore
zope.interface==6.0; python_version >= "3.6"
zope.interface==6.1; python_version >= "3.6"
-e worker
4 changes: 2 additions & 2 deletions requirements-master-docker-extras.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
requests==2.31.0
psycopg2==2.9.8
psycopg2==2.9.9
txrequests==0.9.6
pycairo==1.25.0
pycairo==1.25.1

0 comments on commit 694f76c

Please sign in to comment.