Skip to content

Commit 9f02c18

Browse files
authored
Merge pull request #399 from HackSoftware/dependencies
Dependencies
2 parents f4dd56b + 3dbda73 commit 9f02c18

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/django.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ jobs:
44
docker_build:
55
runs-on: ubuntu-latest
66
steps:
7-
- uses: actions/checkout@v3
7+
- uses: actions/checkout@v4
88
- name: Build docker
99
run: docker compose build
1010
- name: Run ruff
@@ -28,7 +28,7 @@ jobs:
2828
# needed because the postgres container does not provide a healthcheck
2929
options: --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5
3030
steps:
31-
- uses: actions/checkout@v3
31+
- uses: actions/checkout@v4
3232
- uses: actions/setup-python@v4
3333
with:
3434
python-version: 3.10.8
@@ -59,7 +59,7 @@ jobs:
5959
# The project is currently hosted on render.com
6060
if: false
6161
steps:
62-
- uses: actions/checkout@v3
62+
- uses: actions/checkout@v4
6363
with:
6464
fetch-depth: "0"
6565
- name: Deploy to Heroku

.github/workflows/rebase_dependencies.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
name: Rebase `dependencies` with `master`
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v3
11+
- uses: actions/checkout@v4
1212
with:
1313
fetch-depth: 0 # otherwise, you will fail to push refs to dest repo
1414
ref: dependencies

requirements/base.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ djangorestframework==3.14.0
55

66
celery==5.3.6
77
django-celery-results==2.5.1
8-
django-celery-beat==2.5.0
8+
django-celery-beat==2.6.0
99

1010
whitenoise==6.5.0
1111

@@ -29,5 +29,5 @@ google-auth==2.21.0
2929
google-auth-httplib2==0.1.0
3030
google-auth-oauthlib==1.0.0
3131

32-
pyotp==2.8.0
32+
pyotp==2.9.0
3333
qrcode==7.4.2

0 commit comments

Comments
 (0)