Skip to content

Commit

Permalink
Upgrade requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
bartsanchez committed Sep 30, 2024
1 parent 6c657d3 commit 06a75c7
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ executing==2.1.0
# via stack-data
factory-boy==3.3.1
# via -r requirements.in
faker==29.0.0
faker==30.1.0
# via factory-boy
freezegun==1.5.1
# via -r requirements.in
Expand Down Expand Up @@ -113,13 +113,13 @@ pluggy==1.5.0
# via pytest
prometheus-client==0.21.0
# via django-prometheus
prompt-toolkit==3.0.47
prompt-toolkit==3.0.48
# via
# click-repl
# ipython
psycopg[binary]==3.2.2
psycopg[binary]==3.2.3
# via -r requirements.in
psycopg-binary==3.2.2
psycopg-binary==3.2.3
# via psycopg
ptyprocess==0.7.0
# via pexpect
Expand All @@ -145,7 +145,7 @@ python-dateutil==2.9.0.post0
# freezegun
pyyaml==6.0.2
# via vcrpy
redis==5.0.8
redis==5.1.0
# via -r requirements.in
requests==2.32.3
# via
Expand All @@ -169,9 +169,10 @@ traitlets==5.14.3
typing-extensions==4.12.2
# via
# dj-database-url
# faker
# ipython
# psycopg
tzdata==2024.1
tzdata==2024.2
# via
# celery
# kombu
Expand All @@ -192,5 +193,5 @@ whitenoise==6.7.0
# via -r requirements.in
wrapt==1.16.0
# via vcrpy
yarl==1.11.1
yarl==1.13.1
# via vcrpy

0 comments on commit 06a75c7

Please sign in to comment.