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 django from 3.2.19 to 3.2.23 #19574

Merged
merged 1 commit into from
Jan 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
40 changes: 9 additions & 31 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,6 @@ certifi==2019.11.28
# via
# -c requirements.txt
# requests
# urllib3
cffi==1.14.5
# via
# -c requirements.txt
# cryptography
chardet==5.1.0
# via
# -c requirements.txt
Expand All @@ -61,15 +56,12 @@ coreapi==2.3.3
coreschema==0.0.4
# via coreapi
coverage[toml]==5.5
# via pytest-cov
cryptography==37.0.2
# via
# -c requirements.txt
# pyopenssl
# urllib3
# coverage
# pytest-cov
datamodel-code-generator==0.21.5
# via -r requirements-dev.in
django==3.2.19
django==3.2.23
# via
# -c requirements.txt
# django-stubs
Expand All @@ -95,7 +87,9 @@ exceptiongroup==1.1.2
faker==17.5.0
# via -r requirements-dev.in
fakeredis[lua]==2.11.0
# via -r requirements-dev.in
# via
# -r requirements-dev.in
# fakeredis
flaky==3.7.0
# via -r requirements-dev.in
freezegun==1.2.2
Expand All @@ -109,7 +103,6 @@ idna==2.8
# -c requirements.txt
# email-validator
# requests
# urllib3
importlib-resources==5.10.2
# via openapi-spec-validator
inflect==5.6.2
Expand Down Expand Up @@ -179,22 +172,15 @@ prance==0.22.2.22.0
# -c requirements.txt
# -r requirements-dev.in
# datamodel-code-generator
pycparser==2.20
# via
# -c requirements.txt
# cffi
pydantic[email]==2.3.0
# via
# -c requirements.txt
# datamodel-code-generator
# pydantic
pydantic-core==2.6.3
# via
# -c requirements.txt
# pydantic
pyopenssl==22.0.0
# via
# -c requirements.txt
# urllib3
pyproject-hooks==1.0.0
# via build
pyrsistent==0.18.1
Expand All @@ -203,10 +189,6 @@ pyrsistent==0.18.1
# jsonschema
pysnooper==1.1.1
# via datamodel-code-generator
pysocks==1.7.1
# via
# -c requirements.txt
# urllib3
pytest==7.4.0
# via
# -r requirements-dev.in
Expand Down Expand Up @@ -306,7 +288,7 @@ types-markdown==3.3.9
# via -r requirements-dev.in
types-python-dateutil==2.8.3
# via -r requirements-dev.in
types-pytz==2023.3
types-pytz==2023.3.0.0
# via -r requirements-dev.in
types-pyyaml==6.0.1
# via
Expand All @@ -332,15 +314,11 @@ uritemplate==4.1.1
# via
# -c requirements.txt
# coreapi
urllib3[secure,socks]==1.26.13
urllib3==1.26.13
# via
# -c requirements.txt
# requests
# responses
urllib3-secure-extra==0.1.0
# via
# -c requirements.txt
# urllib3
watchdog==2.1.8
# via pytest-watch
wheel==0.42.0
Expand Down
2 changes: 1 addition & 1 deletion requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ clickhouse-pool==0.5.3
cryptography==37.0.2
defusedxml==0.6.0
dj-database-url==0.5.0
Django==3.2.19
Django==3.2.23
django-axes==5.9.0
django-cors-headers==3.5.0
django-deprecate-fields==0.1.1
Expand Down
6 changes: 5 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ aioboto3==12.0.0
aiobotocore[boto3]==2.7.0
# via
# aioboto3
# aiobotocore
# s3fs
aiohttp==3.9.0
# via
Expand Down Expand Up @@ -138,7 +139,7 @@ defusedxml==0.6.0
# social-auth-core
dj-database-url==0.5.0
# via -r requirements.in
django==3.2.19
django==3.2.23
# via
# -r requirements.in
# django-axes
Expand Down Expand Up @@ -240,6 +241,7 @@ giturlparse==0.12.0
# via dlt
google-api-core[grpc]==2.11.1
# via
# google-api-core
# google-cloud-bigquery
# google-cloud-core
google-auth==2.22.0
Expand All @@ -260,6 +262,8 @@ googleapis-common-protos==1.60.0
# via
# google-api-core
# grpcio-status
greenlet==3.0.3
# via sqlalchemy
grpcio==1.57.0
# via
# google-api-core
Expand Down
Loading