Skip to content

Commit a08d33c

Browse files
authoredJan 14, 2025
chore(deps): update all dependencies
1 parent 00d1cb8 commit a08d33c

File tree

2 files changed

+26
-26
lines changed

2 files changed

+26
-26
lines changed
 

‎Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.11
1+
FROM python:3.13
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

+25-25
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
1+
annotated-types==0.7.0
2+
atlassian-python-api==3.41.18
33
beautifulsoup4==4.12.3
4-
certifi==2024.2.2
5-
charset-normalizer==3.3.2
6-
click==8.1.7
4+
certifi==2024.12.14
5+
charset-normalizer==3.4.1
6+
click==8.1.8
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
8+
Deprecated==1.2.15
9+
gitpython==3.1.44
10+
PyGithub==2.5.0
11+
idna==3.10
12+
importlib_metadata==7.2.1
1313
jmespath==1.0.1
1414
markdown-it-py==3.0.0
1515
mdurl==0.1.2
1616
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
17+
pydantic==2.10.5
18+
pydantic_core==2.27.2
19+
pydantic_yaml==1.4.0
20+
Pygments==2.19.1
2121
python-dotenv==1.0.1
22-
requests==2.31.0
22+
requests==2.32.3
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.18.10
26+
ruamel.yaml.clib==0.2.12
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.6
30+
typer==0.15.1
31+
typing_extensions==4.12.2
32+
urllib3==2.3.0
33+
wrapt==1.17.2
34+
zipp==3.21.0

0 commit comments

Comments
 (0)