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 1
1
# Stage 1, create base
2
2
# Reference from https://github.com/pypa/pipenv/issues/3160#issuecomment-510951442
3
3
4
- FROM python:3.9.18 -slim AS base
4
+ FROM python:3.13.3 -slim AS base
5
5
6
6
ENV PYROOT /pyroot
7
7
ENV PYTHONUSERBASE $PYROOT
Original file line number Diff line number Diff line change @@ -4,39 +4,39 @@ url = "https://pypi.org/simple"
4
4
verify_ssl = true
5
5
6
6
[dev-packages ]
7
- pytest = " ==8.1.1 "
8
- responses = " ==0.20.0 "
7
+ pytest = " ==8.3.5 "
8
+ responses = " ==0.25.7 "
9
9
mock = " ==4.0.3"
10
10
unittest2 = " ==1.1.0"
11
- pre-commit = " ==3.7 .0"
11
+ pre-commit = " ==3.8 .0"
12
12
flake8 = " ==4.0.1"
13
- autopep8 = " ==1.6 .0"
13
+ autopep8 = " ==1.7 .0"
14
14
pipenv = " ==2023.12.1"
15
- pep8-naming = " ==0.12 .1"
15
+ pep8-naming = " ==0.15 .1"
16
16
pytest-cov = " ==3.0.0"
17
17
18
18
[packages ]
19
19
logmatic-python = " ==0.1.7"
20
- confluent-kafka = " ==2.5 .0"
20
+ confluent-kafka = " ==2.10 .0"
21
21
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.21.1 "
23
+ psycopg2-binary = " ==2.9.10 "
24
+ click = " ==8.2.0 "
25
+ flask = " ==2.3.3 "
26
26
backoff = " ==1.11.1"
27
- boxsdk = {extras = [" jwt" ],version = " ==3.2 .0" }
27
+ boxsdk = {extras = [" jwt" ],version = " ==3.14 .0" }
28
28
cryptography = " ==43.0.1"
29
29
hvac = " ==0.11.2"
30
30
asyncio = " ==3.4.3"
31
31
requests = " ==2.32.3"
32
32
gunicorn = " ==22.0.0"
33
33
gevent = " ==23.9.1"
34
- pyjwt = " ==2.5.0 "
34
+ pyjwt = " ==2.10.1 "
35
35
ibm-db = " ==3.2.6"
36
36
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.3.5 "
38
+ Werkzeug = " ==3.1.3 "
39
+ pre-commit = " ==3.8 .0"
40
40
41
41
[requires ]
42
42
python_version = " 3.9"
You can’t perform that action at this time.
0 commit comments