-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(docker): upgrade to Ubuntu 24.04 and Python 3.12 (#213)
- Loading branch information
1 parent
c6ae076
commit 5ded981
Showing
6 changed files
with
58 additions
and
52 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,49 +1,55 @@ | ||
# | ||
# This file is autogenerated by pip-compile with Python 3.8 | ||
# This file is autogenerated by pip-compile with Python 3.12 | ||
# by the following command: | ||
# | ||
# pip-compile --annotation-style=line --output-file=requirements.txt setup.py | ||
# | ||
amqp==5.2.0 # via kombu | ||
appdirs==1.4.4 # via fs | ||
attrs==23.2.0 # via jsonschema | ||
backports-zoneinfo[tzdata]==0.2.1 # via backports-zoneinfo, kombu | ||
arrow==1.3.0 # via isoduration | ||
attrs==23.2.0 # via jsonschema, referencing | ||
bracex==2.4 # via wcmatch | ||
bravado==10.3.2 # via reana-commons | ||
bravado-core==6.1.0 # via bravado, reana-commons | ||
certifi==2024.2.2 # via requests | ||
certifi==2024.7.4 # via requests | ||
charset-normalizer==3.3.2 # via requests | ||
checksumdir==1.1.9 # via reana-commons | ||
click==8.1.7 # via reana-commons | ||
fqdn==1.5.1 # via jsonschema | ||
fs==2.4.16 # via reana-commons | ||
idna==3.6 # via jsonschema, requests | ||
jsonpointer==2.4 # via jsonschema | ||
idna==3.7 # via jsonschema, requests | ||
importlib-resources==6.4.0 # via swagger-spec-validator | ||
isoduration==20.11.0 # via jsonschema | ||
jsonpointer==3.0.0 # via jsonschema | ||
jsonref==1.1.0 # via bravado-core | ||
jsonschema[format]==3.2.0 # via bravado-core, reana-commons, swagger-spec-validator | ||
kombu==5.3.5 # via reana-commons | ||
jsonschema[format]==4.23.0 # via bravado-core, reana-commons, swagger-spec-validator | ||
jsonschema-specifications==2023.12.1 # via jsonschema | ||
kombu==5.3.7 # via reana-commons | ||
markupsafe==2.1.5 # via werkzeug | ||
mock==3.0.5 # via reana-commons | ||
monotonic==1.6 # via bravado | ||
msgpack==1.0.7 # via bravado-core | ||
msgpack==1.0.8 # via bravado-core | ||
msgpack-python==0.5.6 # via bravado | ||
pyrsistent==0.20.0 # via jsonschema | ||
python-dateutil==2.9.0 # via bravado, bravado-core | ||
python-dateutil==2.9.0.post0 # via arrow, bravado, bravado-core | ||
pytz==2024.1 # via bravado-core | ||
pyyaml==6.0.1 # via bravado, bravado-core, reana-commons, swagger-spec-validator | ||
reana-commons==0.95.0a2 # via reana-workflow-engine-serial (setup.py) | ||
requests==2.31.0 # via bravado, bravado-core | ||
reana-commons==0.95.0a3 # via reana-workflow-engine-serial (setup.py) | ||
referencing==0.35.1 # via jsonschema, jsonschema-specifications | ||
requests==2.32.3 # via bravado, bravado-core | ||
rfc3339-validator==0.1.4 # via jsonschema | ||
rfc3987==1.3.8 # via jsonschema | ||
rpds-py==0.19.1 # via jsonschema, referencing | ||
simplejson==3.19.2 # via bravado, bravado-core | ||
six==1.16.0 # via bravado, bravado-core, fs, jsonschema, mock, python-dateutil | ||
strict-rfc3339==0.7 # via jsonschema | ||
swagger-spec-validator==3.0.3 # via bravado-core | ||
typing-extensions==4.10.0 # via bravado, kombu, swagger-spec-validator | ||
tzdata==2024.1 # via backports-zoneinfo | ||
urllib3==2.2.1 # via requests | ||
six==1.16.0 # via bravado, bravado-core, fs, mock, python-dateutil, rfc3339-validator | ||
swagger-spec-validator==3.0.4 # via bravado-core | ||
types-python-dateutil==2.9.0.20240316 # via arrow | ||
typing-extensions==4.12.2 # via bravado, swagger-spec-validator | ||
uri-template==1.3.0 # via jsonschema | ||
urllib3==2.2.2 # via requests | ||
vine==5.1.0 # via amqp, kombu | ||
wcmatch==8.4.1 # via reana-commons | ||
webcolors==1.13 # via jsonschema | ||
werkzeug==3.0.1 # via reana-commons | ||
webcolors==24.6.0 # via jsonschema | ||
werkzeug==3.0.3 # via reana-commons | ||
|
||
# The following packages are considered to be unsafe in a requirements file: | ||
# setuptools |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters