Skip to content

Commit cbfa655

Browse files
Update all non-major dependencies
1 parent 78d4cf4 commit cbfa655

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

Dockerfiles/Dockerfile.dss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Stage 1, create base
22
# Reference from https://github.com/pypa/pipenv/issues/3160#issuecomment-510951442
33

4-
FROM python:3.9.18-slim AS base
4+
FROM python:3.13.6-slim AS base
55

66
ENV PYROOT /pyroot
77
ENV PYTHONUSERBASE $PYROOT

Pipfile

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -4,39 +4,39 @@ url = "https://pypi.org/simple"
44
verify_ssl = true
55

66
[dev-packages]
7-
pytest = "==8.1.1"
8-
responses = "==0.20.0"
7+
pytest = "==8.4.1"
8+
responses = "==0.25.7"
99
mock = "==4.0.3"
1010
unittest2 = "==1.1.0"
11-
pre-commit = "==3.7.0"
11+
pre-commit = "==3.8.0"
1212
flake8 = "==4.0.1"
13-
autopep8 = "==1.6.0"
13+
autopep8 = "==1.7.0"
1414
pipenv = "==2023.12.1"
15-
pep8-naming = "==0.12.1"
15+
pep8-naming = "==0.15.1"
1616
pytest-cov = "==3.0.0"
1717

1818
[packages]
1919
logmatic-python = "==0.1.7"
20-
confluent-kafka = "==2.5.0"
20+
confluent-kafka = "==2.11.0"
2121
jaeger-client = "==4.8.0"
22-
prometheus-client = "==0.14.0"
23-
psycopg2-binary = "==2.9.3"
24-
click = "==8.1.2"
25-
flask = "==2.2.5"
22+
prometheus-client = "==0.22.1"
23+
psycopg2-binary = "==2.9.10"
24+
click = "==8.2.1"
25+
flask = "==2.3.3"
2626
backoff = "==1.11.1"
27-
boxsdk = {extras = ["jwt"],version = "==3.2.0"}
27+
boxsdk = {extras = ["jwt"],version = "==3.14.0"}
2828
cryptography = "==43.0.1"
2929
hvac = "==0.11.2"
3030
asyncio = "==3.4.3"
3131
requests = "==2.32.3"
3232
gunicorn = "==22.0.0"
3333
gevent = "==23.9.1"
34-
pyjwt = "==2.5.0"
34+
pyjwt = "==2.10.1"
3535
ibm-db = "==3.2.6"
3636
detect-secrets = {ref = "0.13.1+ibm.62.dss", git = "https://github.com/ibm/detect-secrets.git"}
37-
pytest = "==8.1.1"
38-
Werkzeug = "== 3.0.6"
39-
pre-commit = "==3.7.0"
37+
pytest = "==8.4.1"
38+
Werkzeug = "==3.1.3"
39+
pre-commit = "==3.8.0"
4040

4141
[requires]
4242
python_version = "3.9"

0 commit comments

Comments
 (0)