Skip to content

Commit

Permalink
Merge branch 'develop' of github.com:PyBites-Open-Source/pybitesbooks…
Browse files Browse the repository at this point in the history
… into develop
  • Loading branch information
bbelderbos committed Sep 28, 2023
2 parents 83d26a6 + b416d94 commit 9311109
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions requirements.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Django==4.1.7
Django==4.1.10
celery==5.2.7
dj-database-url==1.0.0
django-debug-toolbar==3.7.0
Expand All @@ -11,7 +11,7 @@ pytest-cov==4.0.0
pytest-django==4.5.2
python-decouple==3.6
redis==4.5.4
requests==2.28.1
requests==2.31.0
sendgrid==6.9.7
sentry-sdk==1.14.0
toml==0.10.2
Expand Down
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ build==0.9.0
# via pip-tools
celery==5.2.7
# via -r requirements.in
certifi==2022.12.7
certifi==2023.7.22
# via
# requests
# sentry-sdk
Expand All @@ -43,7 +43,7 @@ coverage[toml]==6.5.0
# via pytest-cov
dj-database-url==1.0.0
# via -r requirements.in
django==4.1.7
django==4.1.10
# via
# -r requirements.in
# dj-database-url
Expand Down Expand Up @@ -96,7 +96,7 @@ pytz==2022.6
# via celery
redis==4.5.4
# via -r requirements.in
requests==2.28.1
requests==2.31.0
# via -r requirements.in
sendgrid==6.9.7
# via -r requirements.in
Expand Down

0 comments on commit 9311109

Please sign in to comment.