Skip to content

Commit

Permalink
Revert dependency updates and just pin to python 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
mvandenburgh committed Oct 25, 2023
1 parent 9926e4c commit 3b7c53c
Show file tree
Hide file tree
Showing 8 changed files with 32 additions and 32 deletions.
2 changes: 1 addition & 1 deletion images/ci-key-clear/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3
FROM python:3.11

WORKDIR /scripts/
COPY requirements.txt ./
Expand Down
14 changes: 7 additions & 7 deletions images/ci-key-clear/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
boto3==1.28.70
botocore==1.31.70
jmespath==1.0.1
python-dateutil==2.8.2
s3transfer==0.7.0
six==1.16.0
urllib3==2.0.7
boto3==1.17.66
botocore==1.20.66
jmespath==0.10.0
python-dateutil==2.8.1
s3transfer==0.4.2
six==1.15.0
urllib3==1.26.5
2 changes: 1 addition & 1 deletion images/ci-key-rotate/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3
FROM python:3.11

WORKDIR /scripts/
COPY requirements.txt ./
Expand Down
14 changes: 7 additions & 7 deletions images/ci-key-rotate/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
boto3==1.28.70
botocore==1.31.70
jmespath==1.0.1
python-dateutil==2.8.2
s3transfer==0.7.0
six==1.16.0
urllib3==2.0.7
boto3==1.17.66
botocore==1.20.66
jmespath==0.10.0
python-dateutil==2.8.1
s3transfer==0.4.2
six==1.15.0
urllib3==1.26.5
2 changes: 1 addition & 1 deletion images/gitlab-api-scrape/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3
FROM python:3.11

WORKDIR /scripts/
COPY requirements.txt ./
Expand Down
4 changes: 2 additions & 2 deletions images/gitlab-api-scrape/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
boto3==1.28.70
requests==2.31.0
boto3==1.17.23
requests==2.25.1
8 changes: 4 additions & 4 deletions images/gitlab-error-processor/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
fastapi==0.104.0
kubernetes==28.1.0
PyYAML==6.0.1
fastapi==0.85.1
kubernetes==25.3.0
PyYAML==6.0
sentry-sdk[fastapi]
uvicorn==0.23.2
uvicorn==0.19.0
18 changes: 9 additions & 9 deletions images/snapshot-release-tags/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
certifi==2023.7.22
cffi==1.16.0
charset-normalizer==3.3.1
cryptography==41.0.5
Deprecated==1.2.14
certifi==2023.5.7
cffi==1.15.1
charset-normalizer==3.1.0
cryptography==40.0.2
Deprecated==1.2.13
idna==3.4
pycparser==2.21
PyGithub==2.1.1
PyJWT==2.8.0
PyGithub==1.58.2
PyJWT==2.7.0
PyNaCl==1.5.0
requests==2.31.0
requests==2.30.0
sentry-sdk
urllib3==2.0.7
urllib3==2.0.2
wrapt==1.15.0

0 comments on commit 3b7c53c

Please sign in to comment.