Skip to content

Commit

Permalink
Update various dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jlaunonen committed Apr 6, 2024
1 parent fe5d47b commit 78d2fa0
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@
#
# pip-compile --all-extras --output-file=constraints.txt --strip-extras
#
asgiref==3.7.2
asgiref==3.8.1
# via django
build==1.1.1
build==1.2.1
# via pip-tools
certifi==2024.2.2
# via requests
charset-normalizer==3.3.2
# via requests
click==8.1.7
# via pip-tools
coverage==7.4.3
coverage==7.4.4
# via pytest-cov
django==4.2.11
# via kirppu (pyproject.toml)
Expand Down Expand Up @@ -50,7 +50,7 @@ packaging==24.0
# via
# build
# pytest
pillow==10.2.0
pillow==10.3.0
# via kirppu (pyproject.toml)
pip-tools==7.4.1
# via kirppu (pyproject.toml)
Expand Down Expand Up @@ -95,7 +95,7 @@ tomli==2.0.1
# pip-tools
# pyproject-hooks
# pytest
typing-extensions==4.10.0
typing-extensions==4.11.0
# via
# asgiref
# psycopg
Expand Down
10 changes: 5 additions & 5 deletions requirements-github.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@
#
# pip-compile --all-extras --output-file=constraints.txt --strip-extras
#
asgiref==3.7.2
asgiref==3.8.1
# via django
build==1.1.1
build==1.2.1
# via pip-tools
certifi==2024.2.2
# via requests
charset-normalizer==3.3.2
# via requests
click==8.1.7
# via pip-tools
coverage==7.4.3
coverage==7.4.4
# via pytest-cov
django==4.2.11
# via kirppu (pyproject.toml)
Expand Down Expand Up @@ -50,7 +50,7 @@ packaging==24.0
# via
# build
# pytest
pillow==10.2.0
pillow==10.3.0
# via kirppu (pyproject.toml)
pip-tools==7.4.1
# via kirppu (pyproject.toml)
Expand Down Expand Up @@ -95,7 +95,7 @@ tomli==2.0.1
# pip-tools
# pyproject-hooks
# pytest
typing-extensions==4.10.0
typing-extensions==4.11.0
# via
# asgiref
# psycopg
Expand Down

0 comments on commit 78d2fa0

Please sign in to comment.