File tree Expand file tree Collapse file tree 2 files changed +12
-12
lines changed Expand file tree Collapse file tree 2 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -12,13 +12,13 @@ jobs:
12
12
environment : heroku
13
13
steps :
14
14
- name : " Check out Git repository"
15
- uses : actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
15
+ uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
16
16
- name : " Set Heroku app & branch for ${{ github.ref }}"
17
17
run : |
18
18
echo $GITHUB_REF
19
19
echo "HEROKU_BRANCH=main" >> $GITHUB_ENV
20
20
- name : " Deploy ${{ github.ref }} to Heroku"
21
- uses : akhileshns/heroku-deploy@9fd0f9faae4aa93a38d6f5e25b9128589f1371b0 # v3.12.14
21
+ uses : akhileshns/heroku-deploy@581dd286c962b6972d427fcf8980f60755c15520 # v3.13.15
22
22
with :
23
23
heroku_api_key : ${{ secrets.HEROKU_API_KEY }}
24
24
heroku_app_name : " collector-confluence"
Original file line number Diff line number Diff line change 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
3
3
beautifulsoup4 == 4.12.3
4
4
certifi == 2024.2.2
5
5
charset-normalizer == 3.3.2
@@ -8,27 +8,27 @@ colorama==0.4.6
8
8
Deprecated == 1.2.14
9
9
gitpython == 3.1.43
10
10
PyGithub == 2.3.0
11
- idna == 3.6
11
+ idna == 3.7
12
12
importlib_metadata == 7.1.0
13
13
jmespath == 1.0.1
14
14
markdown-it-py == 3.0.0
15
15
mdurl == 0.1.2
16
16
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
19
19
pydantic_yaml == 1.3.0
20
- Pygments == 2.17.2
20
+ Pygments == 2.18.0
21
21
python-dotenv == 1.0.1
22
- requests == 2.31.0
22
+ requests == 2.32.2
23
23
requests-oauthlib == 2.0.0
24
24
rich == 13.7.1
25
25
ruamel.yaml == 0.18.6
26
26
ruamel.yaml.clib == 0.2.8
27
27
shellingham == 1.5.4
28
28
six == 1.16.0
29
29
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
32
32
urllib3 == 2.2.1
33
33
wrapt == 1.16.0
34
- zipp == 3.18.1
34
+ zipp == 3.19.0
You can’t perform that action at this time.
0 commit comments