Skip to content

Commit 6b429c0

Browse files
chore(deps): update all dependencies
1 parent 7c93c0e commit 6b429c0

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

.github/workflows/demo.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ jobs:
1212
environment: heroku
1313
steps:
1414
- name: "Check out Git repository"
15-
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac #v4.0.0
15+
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
1616
- name: "Set Heroku app & branch for ${{ github.ref }}"
1717
run: |
1818
echo $GITHUB_REF
1919
echo "HEROKU_BRANCH=main" >> $GITHUB_ENV
2020
- name: "Deploy ${{ github.ref }} to Heroku"
21-
uses: akhileshns/heroku-deploy@9fd0f9faae4aa93a38d6f5e25b9128589f1371b0 #v3.12.14
21+
uses: akhileshns/heroku-deploy@581dd286c962b6972d427fcf8980f60755c15520 # v3.13.15
2222
with:
2323
heroku_api_key: ${{ secrets.HEROKU_API_KEY }}
2424
heroku_app_name: "collector-confluence"

requirements.txt

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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.13
33
beautifulsoup4==4.12.3
44
certifi==2024.2.2
55
charset-normalizer==3.3.2
@@ -8,27 +8,27 @@ colorama==0.4.6
88
Deprecated==1.2.14
99
gitpython==3.1.43
1010
PyGithub==2.3.0
11-
idna==3.6
11+
idna==3.7
1212
importlib_metadata==7.1.0
1313
jmespath==1.0.1
1414
markdown-it-py==3.0.0
1515
mdurl==0.1.2
1616
oauthlib==3.2.2
17-
pydantic==2.6.4
18-
pydantic_core==2.16.3
17+
pydantic==2.7.2
18+
pydantic_core==2.18.3
1919
pydantic_yaml==1.3.0
20-
Pygments==2.17.2
20+
Pygments==2.18.0
2121
python-dotenv==1.0.1
22-
requests==2.31.0
22+
requests==2.32.2
2323
requests-oauthlib==2.0.0
2424
rich==13.7.1
2525
ruamel.yaml==0.18.6
2626
ruamel.yaml.clib==0.2.8
2727
shellingham==1.5.4
2828
six==1.16.0
2929
soupsieve==2.5
30-
typer==0.12.1
31-
typing_extensions==4.11.0
30+
typer==0.12.3
31+
typing_extensions==4.12.0
3232
urllib3==2.2.1
3333
wrapt==1.16.0
34-
zipp==3.18.1
34+
zipp==3.19.0

0 commit comments

Comments
 (0)