Skip to content

Commit

Permalink
Merge pull request #198 from mila-iqia/update_deps
Browse files Browse the repository at this point in the history
Update dependencies for security issues
  • Loading branch information
soline-b authored Sep 11, 2024
2 parents a621a26 + 7bf5e28 commit f1421a5
Show file tree
Hide file tree
Showing 19 changed files with 50 additions and 50 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Set up Python 3.9
- name: Set up Python 3.11
uses: actions/setup-python@v2
with:
python-version: 3.9
python-version: 3.11
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down
2 changes: 1 addition & 1 deletion clockwork_dev.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.9-slim-buster
FROM python:3.11-slim-bookworm

RUN mkdir /clockwork
# Create folder required by Playwright to install browsers,
Expand Down
2 changes: 1 addition & 1 deletion clockwork_tools_test/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
coverage==7.3.2
pymongo==4.5.0
pymongo==4.6.3
pytest==7.4.2
6 changes: 3 additions & 3 deletions clockwork_tools_test/requirements_orig.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
coverage==7.3.2
dnspython==2.4.2
dnspython==2.6.1
exceptiongroup==1.1.3
iniconfig==2.0.0
packaging==23.2
pluggy==1.3.0
pymongo==4.5.0
pymongo==4.6.3
pytest==7.4.2
tomli==2.0.1
tomli==2.0.1
2 changes: 1 addition & 1 deletion clockwork_web/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.9-slim-buster
FROM python:3.11-slim-bookworm

RUN mkdir /clockwork

Expand Down
16 changes: 8 additions & 8 deletions clockwork_web/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,19 @@ blinker==1.7.0
certifi==2024.7.4
charset-normalizer==3.3.2
click==8.1.7
dnspython==2.4.2
dnspython==2.6.1
Flask==3.0.0
flask-babel==4.0.0
Flask-Login @ git+https://github.com/maxcountryman/flask-login.git@ea80968c10f3d521ea4983652f183aa42e2f44fc
idna==3.4
idna==3.8
itsdangerous==2.1.2
Jinja2==3.1.2
Jinja2==3.1.4
MarkupSafe==2.1.3
oauthlib==3.2.2
pymongo==4.5.0
pymongo==4.6.3
pytz==2023.3.post1
requests==2.31.0
sentry-sdk==1.32.0
requests==2.32.3
sentry-sdk==2.14.0
toml==0.10.2
urllib3==2.0.7
Werkzeug==3.0.1
urllib3==2.2.2
Werkzeug==3.0.4
8 changes: 4 additions & 4 deletions clockwork_web/requirements_orig.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ Flask==3.0.0
flask-babel==4.0.0
Flask-Login @ git+https://github.com/maxcountryman/flask-login.git@2204b4eee7b215977ba5a1bf85e2061f7fa65e20
oauthlib==3.2.2
pymongo==4.5.0
requests==2.31.0
sentry-sdk==1.32.0
pymongo==4.6.3
requests==2.32.3
sentry-sdk==2.14.0
toml==0.10.2
Werkzeug==3.0.1
Werkzeug==3.0.4
6 changes: 3 additions & 3 deletions clockwork_web_test/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ certifi==2024.7.4
charset-normalizer==3.3.0
coverage==7.3.2
exceptiongroup==1.1.3
idna==3.4
idna==3.8
iniconfig==2.0.0
packaging==23.2
pluggy==1.3.0
pytest==7.4.2
requests==2.31.0
requests==2.32.3
requests-mock==1.11.0
six==1.16.0
tomli==2.0.1
urllib3==2.0.7
urllib3==2.2.2
2 changes: 1 addition & 1 deletion scripts/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.9-slim-buster
FROM python:3.11-slim-bookworm

RUN mkdir /clockwork

Expand Down
8 changes: 4 additions & 4 deletions scripts/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
blinker==1.7.0
click==8.1.7
dnspython==2.4.2
dnspython==2.6.1
Flask==3.0.0
itsdangerous==2.1.2
Jinja2==3.1.2
Jinja2==3.1.4
ldap3==2.9.1
MarkupSafe==2.1.3
pyasn1==0.5.0
pymongo==4.5.0
Werkzeug==3.0.1
pymongo==4.6.3
Werkzeug==3.0.4
4 changes: 2 additions & 2 deletions scripts/requirements_orig.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Flask==3.0.0
ldap3==2.9.1
pymongo==4.5.0
Werkzeug==3.0.1
pymongo==4.6.3
Werkzeug==3.0.4
2 changes: 1 addition & 1 deletion scripts_test/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.9-slim-buster
FROM python:3.11-slim-bookworm

RUN mkdir /clockwork

Expand Down
6 changes: 3 additions & 3 deletions scripts_test/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
coverage==7.3.2
dnspython==2.4.2
dnspython==2.6.1
exceptiongroup==1.1.3
iniconfig==2.0.0
numpy==1.26.0
packaging==23.2
pluggy==1.3.0
pymongo==4.5.0
pymongo==4.6.3
pytest==7.4.2
toml==0.10.2
tomli==2.0.1
tomli==2.0.1
4 changes: 2 additions & 2 deletions scripts_test/requirements_orig.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
coverage==7.3.2
numpy==1.26.0
pymongo==4.5.0
pymongo==4.6.3
pytest==7.4.2
toml==0.10.2
toml==0.10.2
10 changes: 5 additions & 5 deletions slurm_state/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
bcrypt==4.0.1
cffi==1.16.0
cryptography==41.0.4
dnspython==2.4.2
cryptography>=43.0.1
dnspython==2.6.1
numpy==1.26.0
paramiko==3.3.1
paramiko==3.3.2
pycparser==2.21
pymongo==4.5.0
pymongo==4.6.3
PyNaCl==1.5.0
toml==0.10.2
toml==0.10.2
6 changes: 3 additions & 3 deletions slurm_state/requirements_orig.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
numpy==1.26.0
paramiko==3.3.1
pymongo==4.5.0
toml==0.10.2
paramiko==3.3.2
pymongo==4.6.3
toml==0.10.2
2 changes: 1 addition & 1 deletion slurm_state_test/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.9-slim-buster
FROM python:3.11-slim-bookworm

RUN mkdir /clockwork

Expand Down
6 changes: 3 additions & 3 deletions slurm_state_test/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
coverage==7.3.2
dnspython==2.4.2
dnspython==2.6.1
exceptiongroup==1.1.3
iniconfig==2.0.0
packaging==23.2
pluggy==1.3.0
pymongo==4.5.0
pymongo==4.6.3
pytest==7.4.2
tomli==2.0.1
tomli==2.0.1
4 changes: 2 additions & 2 deletions slurm_state_test/requirements_orig.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
coverage==7.3.2
pymongo==4.5.0
pytest==7.4.2
pymongo==4.6.3
pytest==7.4.2

0 comments on commit f1421a5

Please sign in to comment.