Skip to content

Commit

Permalink
upgrade production dependencies (#1959)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikkonie committed Feb 28, 2025
1 parent e61942d commit 7fa962e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions requirements/production.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
-r ldap.txt

# Whitenoise for static files
whitenoise==6.2.0
whitenoise==6.7.0

# Redis cache support
django-redis==5.2.0
django-redis==5.4.0

# WSGI Handler
gevent==23.9.1
gevent==24.2.1
gunicorn==22.0.0

# Email backends for Mailgun, Postmark, SendGrid and more
Expand Down

0 comments on commit 7fa962e

Please sign in to comment.