Skip to content
This repository has been archived by the owner on May 30, 2024. It is now read-only.

build(backend-deps): update all dependencies #42

Merged
merged 1 commit into from
Nov 27, 2023
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
22 changes: 11 additions & 11 deletions backend/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
anyio==3.7.1
anyio==4.1.0
# via watchfiles
asgiref==3.7.2
# via django
click==8.1.6
click==8.1.7
# via uvicorn
django==4.2.7
# via
# djangorestframework
# rotini (pyproject.toml)
djangorestframework==3.14.0
# via rotini (pyproject.toml)
exceptiongroup==1.1.2
exceptiongroup==1.2.0
# via anyio
h11==0.14.0
# via uvicorn
httptools==0.6.0
httptools==0.6.1
# via uvicorn
idna==3.4
idna==3.6
# via anyio
psycopg2==2.9.7
psycopg2==2.9.9
# via rotini (pyproject.toml)
pyjwt==2.8.0
# via rotini (pyproject.toml)
Expand All @@ -34,15 +34,15 @@ sniffio==1.3.0
# via anyio
sqlparse==0.4.4
# via django
typing-extensions==4.7.1
typing-extensions==4.8.0
# via
# asgiref
# uvicorn
uvicorn[standard]==0.23.2
uvicorn[standard]==0.24.0.post1
# via rotini (pyproject.toml)
uvloop==0.17.0
uvloop==0.19.0
# via uvicorn
watchfiles==0.19.0
watchfiles==0.21.0
# via uvicorn
websockets==11.0.3
websockets==12.0
# via uvicorn
43 changes: 20 additions & 23 deletions backend/requirements_dev.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
anyio==3.7.1
anyio==4.1.0
# via
# -c requirements.txt
# rotini (pyproject.toml)
Expand All @@ -7,11 +7,11 @@ asgiref==3.7.2
# via
# -c requirements.txt
# django
astroid==2.15.6
astroid==3.0.1
# via pylint
black==23.7.0
black==23.11.0
# via rotini (pyproject.toml)
click==8.1.6
click==8.1.7
# via
# -c requirements.txt
# black
Expand All @@ -27,7 +27,7 @@ djangorestframework==3.14.0
# via
# -c requirements.txt
# rotini (pyproject.toml)
exceptiongroup==1.1.2
exceptiongroup==1.2.0
# via
# -c requirements.txt
# anyio
Expand All @@ -36,45 +36,43 @@ h11==0.14.0
# via
# -c requirements.txt
# uvicorn
httptools==0.6.0
httptools==0.6.1
# via
# -c requirements.txt
# uvicorn
idna==3.4
idna==3.6
# via
# -c requirements.txt
# anyio
iniconfig==2.0.0
# via pytest
isort==5.12.0
# via pylint
lazy-object-proxy==1.9.0
# via astroid
mccabe==0.7.0
# via pylint
mypy-extensions==1.0.0
# via black
packaging==23.1
packaging==23.2
# via
# black
# pytest
pathspec==0.11.2
# via black
platformdirs==3.10.0
platformdirs==4.0.0
# via
# black
# pylint
pluggy==1.2.0
pluggy==1.3.0
# via pytest
psycopg2==2.9.7
psycopg2==2.9.9
# via
# -c requirements.txt
# rotini (pyproject.toml)
pyjwt==2.8.0
# via
# -c requirements.txt
# rotini (pyproject.toml)
pylint==2.17.5
pylint==3.0.2
# via
# pylint-django
# pylint-plugin-utils
Expand All @@ -83,7 +81,7 @@ pylint-django==2.5.5
# via rotini (pyproject.toml)
pylint-plugin-utils==0.8.2
# via pylint-django
pytest==7.4.0
pytest==7.4.3
# via
# pytest-django
# rotini (pyproject.toml)
Expand Down Expand Up @@ -118,29 +116,28 @@ tomli==2.0.1
# black
# pylint
# pytest
tomlkit==0.12.1
tomlkit==0.12.3
# via pylint
typing-extensions==4.7.1
typing-extensions==4.8.0
# via
# -c requirements.txt
# asgiref
# astroid
# black
# uvicorn
uvicorn[standard]==0.23.2
uvicorn[standard]==0.24.0.post1
# via
# -c requirements.txt
# rotini (pyproject.toml)
uvloop==0.17.0
uvloop==0.19.0
# via
# -c requirements.txt
# uvicorn
watchfiles==0.19.0
watchfiles==0.21.0
# via
# -c requirements.txt
# uvicorn
websockets==11.0.3
websockets==12.0
# via
# -c requirements.txt
# uvicorn
wrapt==1.15.0
# via astroid