Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependencies #269

Merged
merged 1 commit into from
Sep 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ charset-normalizer==3.3.2
# via requests
confusable-homoglyphs==3.3.1
# via django-registration
django==5.1
django==5.1.1
# via
# -r requirements.in
# django-anymail
Expand Down
16 changes: 8 additions & 8 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ blessed==1.20.0
# via curtsies
bpython==0.24
# via -r requirements-dev.in
build==1.2.1
build==1.2.2
# via pip-tools
certifi==2024.8.30
# via
Expand All @@ -48,7 +48,7 @@ cwcwidth==0.1.9
# curtsies
distlib==0.3.8
# via virtualenv
django==5.1
django==5.1.1
# via
# -c constraints.txt
# django-browser-reload
Expand All @@ -58,15 +58,15 @@ django-browser-reload==1.15.0
# via -r requirements-dev.in
django-debug-toolbar==4.4.6
# via -r requirements-dev.in
filelock==3.15.4
filelock==3.16.0
# via virtualenv
greenlet==3.0.3
# via bpython
h11==0.14.0
# via
# -c constraints.txt
# wsproto
hypothesis==6.111.2
hypothesis==6.112.0
# via -r requirements-dev.in
identify==2.6.0
# via pre-commit
Expand Down Expand Up @@ -103,7 +103,7 @@ pathspec==0.12.1
# via black
pip-tools==7.4.1
# via -r requirements-dev.in
platformdirs==4.2.2
platformdirs==4.3.2
# via
# black
# virtualenv
Expand Down Expand Up @@ -155,7 +155,7 @@ requests==2.32.3
# bpython
# pytest-base-url
# pytest-selenium
ruff==0.6.3
ruff==0.6.4
# via -r requirements-dev.in
selenium==4.24.0
# via
Expand Down Expand Up @@ -197,7 +197,7 @@ urllib3[socks]==2.2.2
# -c constraints.txt
# requests
# selenium
virtualenv==20.26.3
virtualenv==20.26.4
# via pre-commit
wcwidth==0.2.13
# via blessed
Expand All @@ -215,5 +215,5 @@ wsproto==1.2.0
# The following packages are considered to be unsafe in a requirements file:
pip==24.2
# via pip-tools
setuptools==74.1.0
setuptools==74.1.2
# via pip-tools
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ charset-normalizer==3.3.2
# via requests
confusable-homoglyphs==3.3.1
# via django-registration
django==5.1
django==5.1.1
# via
# -r requirements.in
# django-anymail
Expand Down