Skip to content

Commit

Permalink
Version updates (#263)
Browse files Browse the repository at this point in the history
* Keep versions up to date

* Django security updates

* Update requirements-dev.txt

* Update the versions

* Update requirements-dev.txt

* Update regex

* Update django.yml

* Update requirements

* Update the versions

* Update settings.py

* Update pyproject.toml

* Update some more requirements
  • Loading branch information
fretchen authored Feb 11, 2024
1 parent bc9b09e commit 06279bf
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
12 changes: 6 additions & 6 deletions poetry.lock

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

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ readme = "README.md"
[tool.poetry.dependencies]
python = "^3.10"
django = "^5.0.2"
django-allauth = "^0.60.1"
dj-database-url = "^1.3.0"
django-allauth = "^0.61.1"
dj-database-url = "^2.1.0"
python-decouple = "^3.8"
django-csp = "^3.7"
django-qlued = "^0.1.0"
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ cffi==1.16.0 ; python_version >= "3.10" and python_version < "4.0" and platform_
charset-normalizer==3.3.2 ; python_version >= "3.10" and python_version < "4.0"
cryptography==42.0.2 ; python_version >= "3.10" and python_version < "4.0"
defusedxml==0.7.1 ; python_version >= "3.10" and python_version < "4.0"
dj-database-url==1.3.0 ; python_version >= "3.10" and python_version < "4.0"
django-allauth==0.60.1 ; python_version >= "3.10" and python_version < "4.0"
dj-database-url==2.1.0 ; python_version >= "3.10" and python_version < "4.0"
django-allauth==0.61.1 ; python_version >= "3.10" and python_version < "4.0"
django-csp==3.7 ; python_version >= "3.10" and python_version < "4.0"
django-ninja==1.1.0 ; python_version >= "3.10" and python_version < "4.0"
django-qlued==0.1.1 ; python_version >= "3.10" and python_version < "4.0"
Expand Down

0 comments on commit 06279bf

Please sign in to comment.