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

chore(deps): bump the production-dependencies group across 1 directory with 17 updates #1007

4 changes: 2 additions & 2 deletions backend/dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ pytest-django==4.9.0
pytest-xdist[psutil]==3.6.1
pytest==8.3.3
responses==0.25.3
watchdog==2.1.9
flake8-bugbear==24.8.19
pdbpp==0.10.3
factory-boy==3.3.1
Expand All @@ -22,5 +21,6 @@ djangorestframework-stubs==3.15.1
django-stubs==5.1.0
celery-types==0.22.0
docker==7.1.0
celery[pytest]
# Pined because moving to pytest-celery º1.0.0 would require more exxtensive work to use docker images
pytest-celery<1.0.0
towncrier==24.8.0
2 changes: 1 addition & 1 deletion backend/orchestrator/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ def wrapper(*args, **kwargs):

CONVERT_SETTINGS = {
"preserving_proto_field_name": True,
"including_default_value_fields": True,
"always_print_fields_with_no_presence": True,
}


Expand Down
36 changes: 17 additions & 19 deletions backend/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,29 +1,27 @@
Django==4.2.15
structlog==24.1.0
Django==4.2.16
structlog==24.4.0
django-structlog==8.1.0
celery==5.3.6
celery==5.4.0
checksumdir==1.2.0
cryptography==42.0.5
cryptography==43.0.1
django-cors-headers==4.4.0
djangorestframework==3.15.2
djangorestframework-simplejwt==5.2.2
drf-spectacular==0.25.1
drf-nested-routers==0.93.4
pyjwt==2.6.0
kubernetes==29.0.0
djangorestframework-simplejwt==5.3.1
drf-spectacular==0.27.2
drf-nested-routers==0.94.1
pyjwt==2.9.0
kubernetes==31.0.0
psycopg2-binary==2.9.9
requests>=2.20.0,!=2.32.*
uwsgi==2.0.25.1
uwsgi==2.0.27
zxcvbn==4.4.28
grpcio==1.62.1
grpcio-tools==1.57.0
minio==7.1.14
grpcio==1.66.2
grpcio-tools==1.66.2
minio==7.2.9
django-prometheus==2.3.1
django-filter==24.2
pydantic==2.4.0
redis==5.0.0
django-filter==24.3
pydantic==2.9.2
redis==5.1.0
mozilla-django-oidc==4.0.1
python-dxf==12.1.0
watchdog==2.1.9
# Prevent error linked to Deprecation warnings
pyopenssl<24.2.1
watchdog==4.0.2
6 changes: 2 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,8 @@ DJANGO_SETTINGS_MODULE = "backend.settings.test"
addopts = "--cov=. --cov-config=../pyproject.toml -p no:unraisableexception"
filterwarnings = [
"error",
"ignore:(?s).*Implementing implicit namespace package:DeprecationWarning:pkg_resources",
"ignore:pkg_resources is deprecated as an API:DeprecationWarning:rest_framework_simplejwt",
# wait for pytest-cov to release a version > 4.0.0, see https://github.com/pytest-dev/pytest-xdist/issues/825#issuecomment-1292283870
"ignore:The --rsyncdir command line argument and rsyncdirs config variable are deprecated.:DeprecationWarning",
"ignore:pkg_resources is deprecated as an API:DeprecationWarning:checksumdir",
"ignore:CSR support in pyOpenSSL is deprecated. You should use the APIs in cryptography.:DeprecationWarning:josepy",
]

[tool.coverage.run]
Expand Down
Loading