Skip to content

Commit

Permalink
chore: Update Python dependences
Browse files Browse the repository at this point in the history
  • Loading branch information
kesara committed Aug 11, 2024
1 parent dd8571c commit 17fbb48
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ defusedxml==0.7.1
# via willow
dj-database-url==2.2.0
# via -r base.in
django==4.2.14
django==4.2.15
# via
# -r base.in
# dj-database-url
Expand Down
4 changes: 2 additions & 2 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ defusedxml==0.7.1
# via
# -c base.txt
# willow
django==4.2.14
django==4.2.15
# via
# -c base.txt
# django-filter
Expand Down Expand Up @@ -80,7 +80,7 @@ et-xmlfile==1.1.0
# openpyxl
factory-boy==3.3.0
# via wagtail-factories
faker==26.1.0
faker==26.3.0
# via factory-boy
filetype==1.2.0
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/docker.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# pip-compile docker.in
#
gunicorn==22.0.0
gunicorn==23.0.0
# via -r docker.in
packaging==24.1
# via
Expand Down

0 comments on commit 17fbb48

Please sign in to comment.