File tree 2 files changed +26
-26
lines changed
2 files changed +26
-26
lines changed Original file line number Diff line number Diff line change 1
- FROM python:3.11
1
+ FROM python:3.13
2
2
3
3
LABEL org.opencontainers.image.title="OWASP DSOMM metricCA collector for confluence"
4
4
LABEL org.opencontainers.image.source="https://github.com/devsecopsmaturitymodel/collector-confluence/"
Original file line number Diff line number Diff line change 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
3
3
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
7
7
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
13
13
jmespath == 1.0.1
14
14
markdown-it-py == 3.0.0
15
15
mdurl == 0.1.2
16
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
17
+ pydantic == 2.10.5
18
+ pydantic_core == 2.27.2
19
+ pydantic_yaml == 1.4 .0
20
+ Pygments == 2.19.1
21
21
python-dotenv == 1.0.1
22
- requests == 2.31.0
22
+ requests == 2.32.3
23
23
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
27
27
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
You can’t perform that action at this time.
0 commit comments