Skip to content

Commit

Permalink
bump deps (#190)
Browse files Browse the repository at this point in the history
* bump deps

* wip

* wip
  • Loading branch information
rodlukas authored Feb 10, 2025
1 parent cc17da9 commit d52a146
Show file tree
Hide file tree
Showing 13 changed files with 317 additions and 321 deletions.
8 changes: 4 additions & 4 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ url = "https://pypi.org/simple"
verify_ssl = true

[packages]
django = "~=5.1.5"
django = "~=5.1.6"
django-csp = "~=3.8.0"
django-debug-toolbar = "~=4.4.6"
django-environ = "~=0.12.0"
Expand All @@ -20,15 +20,15 @@ setuptools = "*"
uritemplate = "~=4.1.1"
urllib3 = "~=1.26.20"
vulture = "~=2.14.0"
whitenoise = "~=6.8.2"
whitenoise = "~=6.9.0"

[dev-packages]
behave-django = "~=1.5.0"
black = "~=24.10.0"
coverage = "~=6.3.3"
django-stubs = "~=5.1.2"
django-stubs = "~=5.1.3"
djangorestframework-stubs = "~=3.15.2"
mypy = "~=1.14.1"
mypy = "~=1.15.0"
selenium = "~=3.141.0"
types-requests = "~=2.28.11.8"

Expand Down
144 changes: 69 additions & 75 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit d52a146

Please sign in to comment.