Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

deps: Periodic Dependency Version Bump #855

Merged
merged 9 commits into from
Oct 27, 2024
8 changes: 4 additions & 4 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ html2text==2024.2.26

#=== Database ===#

psycopg2==2.9.9 # https://github.com/psycopg/psycopg2
psycopg2==2.9.10 # https://github.com/psycopg/psycopg2

#=== Django core ===#

Expand Down Expand Up @@ -64,18 +64,18 @@ squareup>=9.0.0.20210226

#=== Logging ===#

sentry-sdk==2.16.0
sentry-sdk==2.17.0
whitenoise==6.7.0 # https://github.com/evansd/whitenoise

#=== Email ===#
django-anymail[amazon_ses]==11.0.1 # https://github.com/anymail/django-anymail
django-inlinecss==0.3.0

#=== Timezones ===#
timezonefinder==6.5.3
timezonefinder==6.5.4
pytz==2024.2
types-pytz==2024.2.0.20241003

#=== Task Queue ===#
django-celery-results==2.5.1
redis==5.1.1
redis==5.2.0
6 changes: 3 additions & 3 deletions requirements/local.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ isort >= 5.10.1 # Import sorting
pylint >= 3.3.1 # Linting

# mypy stuff
mypy == 1.11.2 # Type checking
mypy == 1.13.0 # Type checking
django-stubs >= 5.1.0
types-python-dateutil==2.9.0.20241003
types-requests==2.32.0.20240914
types-requests==2.32.0.20241016

# testing
pytest >= 6.2.2
Expand All @@ -23,7 +23,7 @@ pytest-django >= 0.2.0
pytest-factoryboy >= 2.1.0
coveralls >= 3.0.1
factory-boy==3.3.1
faker==30.3.0; python_version >= '3.6'
faker==30.8.1; python_version >= '3.6'

# Unsure
jedi==0.19.1; python_version >= '3.6'