# For upgrading all dependencies to their highest compatible versions:
#
# sed -i 's/[~=]=/>=/' requirements.txt   # replace all version specifiers with a companion specifier
# pip install -U -r requirements.txt      # now upgrade all packages in requirements.txt
# pip freeze                              # freeze adds any transient dependencies and makes them explicit
#
# Afterwards, some packages might need a downgrade or version tweak for the bundle fitting together and fitting the code
adrf==0.1.9
aiofiles==24.1.0
aiohappyeyeballs==2.6.1
aiohttp==3.11.14
aiosignal==1.3.2
ASGIMiddlewareStaticFile==0.6.1
asgiref==3.8.1
async-property==0.2.2
attrs==25.3.0
backoff==2.2.1
beautifulsoup4==4.13.3
black==25.1.0
blurhash-python==1.2.2
cachetools==5.5.2
certifi==2025.1.31
cffi==1.17.1
charset-normalizer==3.4.1
colorama==0.4.6
coverage==7.8.0
Deprecated==1.2.18
Django==5.1.7
django-admin-rangefilter==0.13.2
django-appconf==1.1.0
django-cacheops==7.1
django-cors-headers==4.7.0
django-cursor-pagination==0.3.0
django-debug-toolbar==5.0.1
django-extensions==3.2.3
django-imagekit==5.0.0
django-ipware==7.0.1
django-modeltranslation==0.19.13
django-ordered-model==3.7.4
django-proxy==1.3.0
django-redis==5.4.0
django-rq==3.0.0
django-sortedm2m==4.0.0
django-structlog==9.0.1
djangorestframework==3.16.0
djangorestframework-camel-case==1.4.2
execnet==2.1.1
Faker==12.0.1 # mixer 7.2.2 depends on Faker<12.1 and >=5.4.0
filelock==3.18.0
frozenlist==1.5.0
funcy==2.0
google-api-core==2.24.2
google-auth==2.38.0
google-cloud-pubsub==2.29.0
google-cloud-webrisk==1.17.1
googleapis-common-protos==1.69.2
graphql-core==3.2.6
grpc-google-iam-v1==0.14.2
grpcio==1.71.0
grpcio-status==1.71.0
h11==0.14.0
hiredis==3.1.0
icalendar==6.1.3
idna==3.10
imagekitio==2.2.8 # version 3 contains many breaking changes
importlib_metadata==8.6.1
iniconfig==2.1.0
Jinja2==3.1.6
langdetect==1.0.9
log-symbols==0.0.14
MarkupSafe==3.0.2
mixer==7.2.2
monotonic==1.6
multidict==6.2.0
mypy-extensions==1.0.0
novu==1.14.0
opentelemetry-api==1.31.1
opentelemetry-sdk==1.31.1
opentelemetry-semantic-conventions==0.52b1
packaging==24.2
pathspec==0.12.1
pilkit==3.0
pillow==11.1.0
platformdirs==4.3.7
pluggy==1.5.0
posthog==3.23.0
propcache==0.3.1
proto-plus==1.26.1
protobuf==5.29.4
psycopg==3.2.6
psycopg-binary==3.2.6
pyasn1==0.6.1
pyasn1_modules==0.4.2
pycparser==2.22
PyJWT==2.10.1
pytest==8.3.5
pytest-asyncio==0.25.3
pytest-cov==6.0.0
pytest-django==4.10.0
pytest-xdist==3.6.1
python-benedict==0.34.1
python-dateutil==2.9.0.post0
python-dotenv==1.1.0
python-fsutil==0.15.0
python-ipware==3.0.0
python-magic==0.4.27
python-slugify==8.0.4
pytz==2025.2
redis==5.2.1
requests==2.32.3
requests-file==2.1.0
requests-toolbelt==1.0.0
rest-framework-generic-relations==2.2.0
rq==2.2.0
rsa==4.9
ruamel.yaml==0.18.10
ruamel.yaml.clib==0.2.12
ruff==0.9.10
sentry-sdk==2.25.0
six==1.17.0
soupsieve==2.6
spinners==0.0.24
sqlparse==0.5.3
strawberry-graphql==0.248.1
strawberry-graphql-django==0.53.3
structlog==25.2.0
termcolor==2.5.0
text-unidecode==1.3
tldextract==5.1.3
typing_extensions==4.13.0
tzdata==2025.2
Unidecode==1.3.8
uritools==4.0.3
url-normalize==1.4.3
urlextract==1.9.0
urllib3==2.3.0
uvicorn==0.34.0
wrapt==1.17.2
yarl==1.18.3
zipp==3.21.0