Skip to content

Commit 5754e75

Browse files
Update all dependencies
1 parent 00d1cb8 commit 5754e75

2 files changed

Lines changed: 30 additions & 30 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.11
1+
FROM python:3.14
22

33
LABEL org.opencontainers.image.title="OWASP DSOMM metricCA collector for confluence"
44
LABEL org.opencontainers.image.source="https://github.com/devsecopsmaturitymodel/collector-confluence/"

requirements.txt

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,34 @@
1-
annotated-types==0.6.0
2-
atlassian-python-api==3.41.11
3-
beautifulsoup4==4.12.3
4-
certifi==2024.2.2
5-
charset-normalizer==3.3.2
6-
click==8.1.7
1+
annotated-types==0.7.0
2+
atlassian-python-api==3.41.21
3+
beautifulsoup4==4.14.3
4+
certifi==2024.12.14
5+
charset-normalizer==3.4.7
6+
click==8.4.1
77
colorama==0.4.6
8-
Deprecated==1.2.14
9-
gitpython==3.1.43
10-
PyGithub==2.3.0
11-
idna==3.6
12-
importlib_metadata==7.1.0
13-
jmespath==1.0.1
8+
Deprecated==1.3.1
9+
gitpython==3.1.50
10+
PyGithub==2.9.1
11+
idna==3.18
12+
importlib_metadata==7.2.1
13+
jmespath==1.1.0
1414
markdown-it-py==3.0.0
1515
mdurl==0.1.2
16-
oauthlib==3.2.2
17-
pydantic==2.6.4
18-
pydantic_core==2.16.3
19-
pydantic_yaml==1.3.0
20-
Pygments==2.17.2
21-
python-dotenv==1.0.1
22-
requests==2.31.0
16+
oauthlib==3.3.1
17+
pydantic==2.13.4
18+
pydantic_core==2.47.0
19+
pydantic_yaml==1.6.0
20+
Pygments==2.20.0
21+
python-dotenv==1.2.2
22+
requests==2.34.2
2323
requests-oauthlib==2.0.0
24-
rich==13.7.1
25-
ruamel.yaml==0.18.6
26-
ruamel.yaml.clib==0.2.8
24+
rich==13.9.4
25+
ruamel.yaml==0.19.1
26+
ruamel.yaml.clib==0.2.15
2727
shellingham==1.5.4
28-
six==1.16.0
29-
soupsieve==2.5
30-
typer==0.12.1
31-
typing_extensions==4.11.0
32-
urllib3==2.2.1
33-
wrapt==1.16.0
34-
zipp==3.18.1
28+
six==1.17.0
29+
soupsieve==2.8.4
30+
typer==0.26.7
31+
typing_extensions==4.15.0
32+
urllib3==2.7.0
33+
wrapt==1.17.3
34+
zipp==3.23.1

0 commit comments

Comments
 (0)