Skip to content

Commit

Permalink
met à jour les dépendances back
Browse files Browse the repository at this point in the history
  • Loading branch information
emillumine committed Oct 6, 2023
1 parent 967d820 commit ca736bd
Show file tree
Hide file tree
Showing 2 changed files with 89 additions and 80 deletions.
12 changes: 6 additions & 6 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ name = "pypi"

[packages]
django = "~=4.2.3"
gunicorn = "~=20.1.0"
gunicorn = "~=21.2.0"
requests = "~=2.31.0"
django-weasyprint = "~=2.2.0"
psycopg2 = "~=2.9.5"
dj-database-url = "~=1.0.0"
whitenoise = "~=6.2.0"
sentry-sdk = "~=1.14.0"
django-vite = "~=2.0.2"
django-anymail = {extras = ["sendinblue"], version = "~=9.1"}
dj-database-url = "~=2.1.0"
whitenoise = "~=6.5.0"
sentry-sdk = "~=1.31.0"
django-vite = "~=2.1.3"
django-anymail = {extras = ["sendinblue"], version = "~=10.1"}

[dev-packages]
pytest-django = "*"
Expand Down
157 changes: 83 additions & 74 deletions Pipfile.lock

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

0 comments on commit ca736bd

Please sign in to comment.