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 Dec 24, 2024
1 parent 118134a commit 3548227
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 26 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/demo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ jobs:
environment: heroku
steps:
- name: "Check out Git repository"
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac #v4.0.0
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: "Set Heroku app & branch for ${{ github.ref }}"
run: |
echo $GITHUB_REF
echo "HEROKU_BRANCH=main" >> $GITHUB_ENV
- name: "Deploy ${{ github.ref }} to Heroku"
uses: akhileshns/heroku-deploy@9fd0f9faae4aa93a38d6f5e25b9128589f1371b0 #v3.12.14
uses: akhileshns/heroku-deploy@581dd286c962b6972d427fcf8980f60755c15520 # v3.13.15
with:
heroku_api_key: ${{ secrets.HEROKU_API_KEY }}
heroku_app_name: "collector-confluence"
Expand Down
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
46 changes: 23 additions & 23 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.16
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
Deprecated==1.2.15
gitpython==3.1.43
PyGithub==2.3.0
idna==3.6
importlib_metadata==7.1.0
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.4
pydantic_core==2.27.2
pydantic_yaml==1.4.0
Pygments==2.18.0
python-dotenv==1.0.1
requests==2.31.0
requests==2.32.3
requests-oauthlib==2.0.0
rich==13.7.1
rich==13.9.4
ruamel.yaml==0.18.6
ruamel.yaml.clib==0.2.8
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.0
zipp==3.21.0

0 comments on commit 3548227

Please sign in to comment.