Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
lilioid committed May 29, 2024
1 parent 8f5e76f commit d4d0296
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 39 deletions.
4 changes: 2 additions & 2 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ django-cors-headers = "~=4.1"
django-ldapdb = "~=1.5"
django-oauth-toolkit = "~=2.3"
django-widget-tweaks = "~=1.5"
environs = { version = "~=9.5", extras = ["django"] }
environs = { version = "~=11.0", extras = ["django"] }
etherpad_lite = "~=0.5"
fuzzywuzzy = "~=0.18"
nameparser = "~=1.1"
Expand All @@ -34,7 +34,7 @@ typing-extensions = "*"

[dev-packages]
responses = "~=0.23"
pytest = "==7.1.3"
pytest = "~=8.2"
pytest-django = "*"
pytest-env = "*"
freezegun = "*"
Expand Down
50 changes: 13 additions & 37 deletions Pipfile.lock

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

0 comments on commit d4d0296

Please sign in to comment.