Skip to content

Commit ba75f45

Browse files
chore(deps): update all dependencies
1 parent 00d1cb8 commit ba75f45

File tree

2 files changed

+29
-29
lines changed

2 files changed

+29
-29
lines changed

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.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

Lines changed: 28 additions & 28 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.13.4
4+
certifi==2024.12.14
5+
charset-normalizer==3.4.2
6+
click==8.2.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
8+
Deprecated==1.2.18
9+
gitpython==3.1.44
10+
PyGithub==2.6.1
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
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.11.7
18+
pydantic_core==2.35.1
19+
pydantic_yaml==1.5.1
20+
Pygments==2.19.2
21+
python-dotenv==1.1.0
22+
requests==2.32.4
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.14
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.7
30+
typer==0.16.0
31+
typing_extensions==4.14.0
32+
urllib3==2.5.0
33+
wrapt==1.17.2
34+
zipp==3.23.0

0 commit comments

Comments
 (0)