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

Bump django from 3.2.13 to 3.2.14 in /backend/requirements #44

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
2 changes: 1 addition & 1 deletion backend/requirements/base.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Django==3.2.13
Django==3.2.14
django-cors-headers==3.8.0
djangorestframework==3.13.1
drf-jwt==1.19.1
Expand Down
27 changes: 3 additions & 24 deletions backend/requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@ botocore==1.23.54
# via
# boto3
# s3transfer
cached-property==1.5.2
# via kombu
celery[redis]==5.2.3
# via
# -r base.in
Expand Down Expand Up @@ -90,7 +88,7 @@ deprecated==1.2.13
# via redis
dj-database-url==0.5.0
# via -r base.in
django==3.2.13
django==3.2.14
# via
# -r base.in
# channels
Expand Down Expand Up @@ -149,14 +147,6 @@ idna==3.3
# hyperlink
# requests
# twisted
importlib-metadata==4.11.2
# via
# click
# jsonschema
# kombu
# redis
importlib-resources==5.4.0
# via jsonschema
incremental==21.3.0
# via twisted
inflection==0.5.1
Expand Down Expand Up @@ -268,15 +258,7 @@ twisted[tls]==22.1.0
txaio==22.2.1
# via autobahn
typing-extensions==4.1.1
# via
# asgiref
# async-timeout
# drf-spectacular
# h11
# importlib-metadata
# jsonschema
# twisted
# uvicorn
# via twisted
unicodecsv==0.14.1
# via -r base.in
uritemplate==4.1.1
Expand Down Expand Up @@ -306,10 +288,7 @@ websockets==10.3
wrapt==1.13.3
# via deprecated
zipp==3.5.0
# via
# -r base.in
# importlib-metadata
# importlib-resources
# via -r base.in
zope-interface==5.4.0
# via twisted

Expand Down
32 changes: 1 addition & 31 deletions backend/requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ coverage==6.2
# via -r dev.in
debugpy==1.5.1
# via -r dev.in
django==3.2.13
django==3.2.14
# via
# -c base.txt
# django-extensions
Expand Down Expand Up @@ -81,20 +81,6 @@ idna==3.3
# via
# -c base.txt
# requests
importlib-metadata==4.11.2
# via
# -c base.txt
# click
# flake8
# jsonschema
# pep517
# pluggy
# pytest
# stevedore
importlib-resources==5.4.0
# via
# -c base.txt
# jsonschema
iniconfig==1.1.1
# via pytest
jinja2==3.0.3
Expand Down Expand Up @@ -247,16 +233,6 @@ tomli==1.2.3
# via
# black
# pep517
typed-ast==1.5.2
# via black
typing-extensions==4.1.1
# via
# -c base.txt
# asgiref
# black
# gitpython
# importlib-metadata
# jsonschema
urllib3==1.26.8
# via
# -c base.txt
Expand All @@ -266,12 +242,6 @@ watchdog==2.1.4
# via -r dev.in
wheel==0.37.1
# via pip-tools
zipp==3.5.0
# via
# -c base.txt
# importlib-metadata
# importlib-resources
# pep517

# The following packages are considered to be unsafe in a requirements file:
# pip
Expand Down