File tree Expand file tree Collapse file tree 2 files changed +16
-16
lines changed Expand file tree Collapse file tree 2 files changed +16
-16
lines changed Original file line number Diff line number Diff line change 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.4 -slim AS base
55
66ENV PYROOT /pyroot
77ENV PYTHONUSERBASE $PYROOT
Original file line number Diff line number Diff line change @@ -4,39 +4,39 @@ url = "https://pypi.org/simple"
44verify_ssl = true
55
66[dev-packages ]
7- pytest = " ==8.1.1 "
8- responses = " ==0.20.0 "
7+ pytest = " ==8.4.0 "
8+ responses = " ==0.25.7 "
99mock = " ==4.0.3"
1010unittest2 = " ==1.1.0"
11- pre-commit = " ==3.7 .0"
11+ pre-commit = " ==3.8 .0"
1212flake8 = " ==4.0.1"
13- autopep8 = " ==1.6 .0"
13+ autopep8 = " ==1.7 .0"
1414pipenv = " ==2023.12.1"
15- pep8-naming = " ==0.12 .1"
15+ pep8-naming = " ==0.15 .1"
1616pytest-cov = " ==3.0.0"
1717
1818[packages ]
1919logmatic-python = " ==0.1.7"
20- confluent-kafka = " ==2.5 .0"
20+ confluent-kafka = " ==2.10 .0"
2121jaeger-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 "
2626backoff = " ==1.11.1"
27- boxsdk = {extras = [" jwt" ],version = " ==3.2 .0" }
27+ boxsdk = {extras = [" jwt" ],version = " ==3.14 .0" }
2828cryptography = " ==43.0.1"
2929hvac = " ==0.11.2"
3030asyncio = " ==3.4.3"
3131requests = " ==2.32.3"
3232gunicorn = " ==22.0.0"
3333gevent = " ==23.9.1"
34- pyjwt = " ==2.5.0 "
34+ pyjwt = " ==2.10.1 "
3535ibm-db = " ==3.2.6"
3636detect-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.0 "
38+ Werkzeug = " ==3.1.3 "
39+ pre-commit = " ==3.8 .0"
4040
4141[requires ]
4242python_version = " 3.9"
You can’t perform that action at this time.
0 commit comments