Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 12 additions & 12 deletions requirements-ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ backports.functools-lru-cache==1.6.4
boto3==1.18.1
boto==2.49.0
botocore==1.21.1
certifi==2021.10.8
certifi==2024.7.4
cffi==1.15.0
chardet==4.0.0
charset-normalizer==2.0.12
Expand All @@ -22,7 +22,7 @@ configparser==5.2.0
constantly==15.1.0
cookies==2.2.1
coverage==6.3.2
cryptography==3.4.7
cryptography==44.0.1
decorator==5.1.1
dicttoxml==1.7.4
dill==0.3.5.1
Expand All @@ -32,23 +32,23 @@ extras==1.0.0
fixtures==3.0.0
flake8==4.0.1
funcsigs==1.0.2
future==0.18.2
future==1.0.0
graphql-core==3.2.1
greenlet==1.1.2
hvac==0.10.11
hyperlink==21.0.0
idna==2.10 # pyup: ignore (conflicts with moto on master)
idna==3.7 # pyup: ignore (conflicts with moto on master)
imagesize==1.3.0
incremental==21.3.0
ipaddress==1.0.23
isort==4.3.21 # pyup: ignore (until https://github.com/PyCQA/pylint/pull/3725 is merged)
Jinja2==3.1.2
Jinja2==3.1.6
jmespath==0.10.0
jsonref==0.2
lazy-object-proxy==1.4.1 # pyup: ignore (required by astroid)
ldap3==2.9.1
lz4==4.0.0
Mako==1.2.0
Mako==1.2.2
markdown2==2.4.3
MarkupSafe==2.1.1
mccabe==0.6.1
Expand All @@ -62,7 +62,7 @@ parameterized==0.8.1
pathlib2==2.3.7.post1
pbr==5.8.1
pep8==1.7.1
Pillow==9.1.1
Pillow==10.3.0
platformdirs==2.5.2
psutil==5.9.0
pyaml==21.10.1
Expand All @@ -81,7 +81,7 @@ python-dateutil==2.8.2
python-subunit==1.4.0
pytz==2022.1
PyYAML==6.0
requests==2.27.1
requests==2.32.4
responses==0.20.0
ruamel.yaml.clib==0.2.6
ruamel.yaml==0.17.21
Expand All @@ -93,22 +93,22 @@ singledispatch==3.7.0
six==1.16.0
snowballstemmer==2.2.0
SQLAlchemy==1.4.36
sqlparse==0.4.2
sqlparse==0.5.0
termcolor==1.1.0
testtools==2.5.0
toml==0.10.2
tomli==2.0.1
towncrier==21.9.0
treq==22.2.0
Twisted==22.4.0
Twisted==24.7.0rc1
txaio==22.2.1
txrequests==0.9.6
typing_extensions==4.2.0
unidiff==0.7.3
urllib3==1.26.9
urllib3==2.5.0
webcolors==1.11.1
websocket-client==1.3.2
Werkzeug==2.1.2
Werkzeug==3.0.6
wrapt==1.14.1
xmltodict==0.12.0
zope.interface==5.4.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.3
mysqlclient==2.1.0
pg8000==1.26.1
pg8000==1.31.5
8 changes: 4 additions & 4 deletions requirements-ciworker.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ autobahn==20.12.3; python_version < "3.7" and python_version >= "3.6" # pyup:
Automat==20.2.0
cffi==1.15.0; python_version >= "3.6"
constantly==15.1.0
cryptography==37.0.2; python_version >= "3.6"
cryptography==44.0.1; python_version >= "3.6"
funcsigs==1.0.2
future==0.18.2
future==1.0.0
hyperlink==21.0.0
idna==2.10 # pyup: ignore (conflicts with moto on master)
idna==3.7 # pyup: ignore (conflicts with moto on master)
incremental==21.3.0; python_version >= "3.6"
incremental==17.5.0; python_version < "3.0" # pyup: ignore
# pin mock, because 4.x no longer supports Python 3.5
Expand All @@ -20,7 +20,7 @@ PyHamcrest==1.9.0 # pyup: ignore
psutil==5.9.0
pycparser==2.21; python_version >= "3.6"
six==1.16.0
Twisted==22.4.0; python_version >= "3.6"
Twisted==24.7.0rc1; python_version >= "3.6"
Twisted==20.3.0; python_version < "3.6" # pyup: ignore
txaio; python_version >= "3.6"
typing-extensions==4.2.0; python_version >= "3.7"
Expand Down
2 changes: 1 addition & 1 deletion requirements-master-docker-extras.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
requests==2.27.1
requests==2.32.4
psycopg2==2.9.3
txrequests==0.9.6
pycairo==1.21.0
20 changes: 10 additions & 10 deletions requirements-minimal.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,19 +18,19 @@ Automat==20.2.0
Babel==2.10.3
boto3==1.24.59
botocore==1.27.59
certifi==2022.6.15
certifi==2024.7.4
cffi==1.15.1
charset-normalizer==2.1.1
click==8.1.3
click-default-group==1.2.2
constantly==15.1.0
cryptography==37.0.4
cryptography==44.0.1
docutils==0.17.1
flake8==3.9.2
future==0.18.2
future==1.0.0
greenlet==1.1.3
hyperlink==21.0.0
idna==3.3
idna==3.7
imagesize==1.4.1
importlib-metadata==4.12.0
incremental==21.3.0
Expand All @@ -39,7 +39,7 @@ Jinja2==3.1.6
jmespath==1.0.1
lazy-object-proxy==1.7.1
lz4==4.0.2
Mako==1.2.1
Mako==1.2.2
MarkupSafe==2.1.1
mccabe==0.6.1
mock==4.0.3
Expand All @@ -64,7 +64,7 @@ pypugjs==5.9.12
python-dateutil==2.8.2
pytz==2022.2.1
PyYAML==6.0
requests==2.28.1
requests==2.32.4
responses==0.21.0
s3transfer==0.6.0
service-identity==21.1.0
Expand All @@ -86,13 +86,13 @@ SQLAlchemy==1.4.40
tomli==2.0.1
towncrier==21.9.0
treq==22.2.0
Twisted==22.4.0
Twisted==24.7.0rc1
txaio==22.2.1
txrequests==0.9.6
typing-extensions==4.3.0
urllib3==1.26.12
Werkzeug==2.1.2
urllib3==2.5.0
Werkzeug==3.0.6
wrapt==1.14.1
xmltodict==0.13.0
zipp==3.8.1
zipp==3.19.1
zope.interface==5.4.0