Skip to content

Commit

Permalink
chore: make upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
nedbat committed Dec 3, 2023
1 parent 7ba4262 commit f7865d6
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ django-debug-toolbar==4.2.0
# via -r requirements/base.in
django-sendfile2==0.7.0
# via -r requirements/base.in
ftfy==6.1.1
ftfy==6.1.3
# via -r requirements/base.in
libsass==0.22.0
# via -r requirements/base.in
Expand Down Expand Up @@ -49,7 +49,7 @@ tinycss2==1.2.1
# via bleach
typing-extensions==4.8.0
# via asgiref
wcwidth==0.2.9
wcwidth==0.2.12
# via ftfy
webencodings==0.5.1
# via
Expand Down
18 changes: 9 additions & 9 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ beautifulsoup4==4.12.2
# via linkchecker
bleach[css]==6.1.0
# via -r requirements/base.in
certifi==2023.7.22
certifi==2023.11.17
# via requests
charset-normalizer==3.3.2
# via requests
Expand All @@ -29,17 +29,17 @@ django-sendfile2==0.7.0
# via -r requirements/base.in
dnspython==2.4.2
# via linkchecker
exceptiongroup==1.1.3
exceptiongroup==1.2.0
# via pytest
freezegun==1.2.2
# via
# -r requirements/dev.in
# pytest-freezegun
ftfy==6.1.1
ftfy==6.1.3
# via -r requirements/base.in
greenlet==3.0.0
greenlet==3.0.1
# via playwright
idna==3.4
idna==3.6
# via requests
iniconfig==2.0.0
# via pytest
Expand All @@ -61,7 +61,7 @@ path-py==12.5.0
# via -r requirements/base.in
pillow==10.1.0
# via -r requirements/base.in
playwright==1.39.0
playwright==1.40.0
# via
# -r requirements/dev.in
# pytest-playwright
Expand All @@ -80,7 +80,7 @@ pytest==7.4.3
# pytest-playwright
pytest-base-url==2.0.0
# via pytest-playwright
pytest-django==4.6.0
pytest-django==4.7.0
# via -r requirements/dev.in
pytest-freezegun==0.4.2
# via -r requirements/dev.in
Expand Down Expand Up @@ -120,9 +120,9 @@ typing-extensions==4.8.0
# via
# asgiref
# pyee
urllib3==2.0.7
urllib3==2.1.0
# via requests
wcwidth==0.2.9
wcwidth==0.2.12
# via ftfy
webencodings==0.5.1
# via
Expand Down
4 changes: 2 additions & 2 deletions requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ build==1.0.3
# via pip-tools
click==8.1.7
# via pip-tools
importlib-metadata==6.8.0
importlib-metadata==6.9.0
# via build
packaging==23.2
# via build
Expand All @@ -21,7 +21,7 @@ tomli==2.0.1
# build
# pip-tools
# pyproject-hooks
wheel==0.41.3
wheel==0.42.0
# via pip-tools
zipp==3.17.0
# via importlib-metadata
Expand Down
4 changes: 2 additions & 2 deletions requirements/server.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ django-debug-toolbar==4.2.0
# via -r requirements/base.in
django-sendfile2==0.7.0
# via -r requirements/base.in
ftfy==6.1.1
ftfy==6.1.3
# via -r requirements/base.in
libsass==0.22.0
# via -r requirements/base.in
Expand Down Expand Up @@ -51,7 +51,7 @@ tinycss2==1.2.1
# via bleach
typing-extensions==4.8.0
# via asgiref
wcwidth==0.2.9
wcwidth==0.2.12
# via ftfy
webencodings==0.5.1
# via
Expand Down

0 comments on commit f7865d6

Please sign in to comment.