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 Oct 23, 2024
1 parent 7c93c0e commit 4d8cfd1
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 20 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
36 changes: 18 additions & 18 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
certifi==2024.8.30
charset-normalizer==3.4.0
click==8.1.7
colorama==0.4.6
Deprecated==1.2.14
gitpython==3.1.43
PyGithub==2.3.0
idna==3.6
importlib_metadata==7.1.0
PyGithub==2.4.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==2.9.2
pydantic_core==2.25.0
pydantic_yaml==1.3.0
Pygments==2.17.2
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.3
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
soupsieve==2.6
typer==0.12.5
typing_extensions==4.12.2
urllib3==2.2.3
wrapt==1.16.0
zipp==3.18.1
zipp==3.20.2

0 comments on commit 4d8cfd1

Please sign in to comment.