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 Apr 23, 2024
1 parent 7c93c0e commit 7e5b9ba
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
- 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
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ colorama==0.4.6
Deprecated==1.2.14
gitpython==3.1.43
PyGithub==2.3.0
idna==3.6
idna==3.7
importlib_metadata==7.1.0
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.7.1
pydantic_core==2.18.2
pydantic_yaml==1.3.0
Pygments==2.17.2
python-dotenv==1.0.1
Expand All @@ -27,7 +27,7 @@ ruamel.yaml.clib==0.2.8
shellingham==1.5.4
six==1.16.0
soupsieve==2.5
typer==0.12.1
typer==0.12.3
typing_extensions==4.11.0
urllib3==2.2.1
wrapt==1.16.0
Expand Down

0 comments on commit 7e5b9ba

Please sign in to comment.