Skip to content

Commit

Permalink
chore(deps): update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 11, 2025
1 parent 00d1cb8 commit bb0cfb4
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 26 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.11
FROM python:3.13

LABEL org.opencontainers.image.title="OWASP DSOMM metricCA collector for confluence"
LABEL org.opencontainers.image.source="https://github.com/devsecopsmaturitymodel/collector-confluence/"
Expand Down
50 changes: 25 additions & 25 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,34 +1,34 @@
annotated-types==0.6.0
atlassian-python-api==3.41.11
annotated-types==0.7.0
atlassian-python-api==3.41.18
beautifulsoup4==4.12.3
certifi==2024.2.2
charset-normalizer==3.3.2
click==8.1.7
certifi==2024.12.14
charset-normalizer==3.4.1
click==8.1.8
colorama==0.4.6
Deprecated==1.2.14
gitpython==3.1.43
PyGithub==2.3.0
idna==3.6
importlib_metadata==7.1.0
Deprecated==1.2.15
gitpython==3.1.44
PyGithub==2.5.0
idna==3.10
importlib_metadata==7.2.1
jmespath==1.0.1
markdown-it-py==3.0.0
mdurl==0.1.2
oauthlib==3.2.2
pydantic==2.6.4
pydantic_core==2.16.3
pydantic_yaml==1.3.0
Pygments==2.17.2
pydantic==2.10.5
pydantic_core==2.27.2
pydantic_yaml==1.4.0
Pygments==2.19.1
python-dotenv==1.0.1
requests==2.31.0
requests==2.32.3
requests-oauthlib==2.0.0
rich==13.7.1
ruamel.yaml==0.18.6
ruamel.yaml.clib==0.2.8
rich==13.9.4
ruamel.yaml==0.18.10
ruamel.yaml.clib==0.2.12
shellingham==1.5.4
six==1.16.0
soupsieve==2.5
typer==0.12.1
typing_extensions==4.11.0
urllib3==2.2.1
wrapt==1.16.0
zipp==3.18.1
six==1.17.0
soupsieve==2.6
typer==0.15.1
typing_extensions==4.12.2
urllib3==2.3.0
wrapt==1.17.1
zipp==3.21.0

0 comments on commit bb0cfb4

Please sign in to comment.