Skip to content

Commit

Permalink
build: Upgrade vulnerable dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Sep 24, 2024
1 parent 6d40b3b commit 24767fb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ constantly==15.1.0
# via twisted
cron-descriptor==1.4.0
# via django-celery-beat
cryptography==42.0.8
cryptography==43.0.1
# via
# autobahn
# pyopenssl
Expand Down Expand Up @@ -160,7 +160,7 @@ pyasn1-modules==0.3.0
# via service-identity
pycparser==2.21
# via cffi
pyopenssl==24.0.0
pyopenssl==24.2.1
# via twisted
python-crontab==3.0.0
# via django-celery-beat
Expand Down
4 changes: 2 additions & 2 deletions requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ cron-descriptor==1.4.0
# via
# -r requirements.txt
# django-celery-beat
cryptography==42.0.8
cryptography==43.0.1
# via
# -r requirements.txt
# autobahn
Expand Down Expand Up @@ -227,7 +227,7 @@ pycparser==2.21
# via
# -r requirements.txt
# cffi
pyopenssl==24.0.0
pyopenssl==24.2.1
# via
# -r requirements.txt
# twisted
Expand Down

0 comments on commit 24767fb

Please sign in to comment.