mirror of
https://github.com/Crocmagnon/charasheet.git
synced 2024-11-05 22:33:54 +01:00
Update dependencies
This commit is contained in:
parent
0e10958d7e
commit
2f71163318
3 changed files with 10 additions and 10 deletions
|
@ -69,7 +69,7 @@ pycparser==2.21
|
||||||
# via cffi
|
# via cffi
|
||||||
pysocks==1.7.1
|
pysocks==1.7.1
|
||||||
# via urllib3
|
# via urllib3
|
||||||
requests==2.30.0
|
requests==2.31.0
|
||||||
# via
|
# via
|
||||||
# -r requirements.in
|
# -r requirements.in
|
||||||
# django-anymail
|
# django-anymail
|
||||||
|
@ -98,5 +98,5 @@ wsproto==1.2.0
|
||||||
# via trio-websocket
|
# via trio-websocket
|
||||||
|
|
||||||
# The following packages are considered to be unsafe in a requirements file:
|
# The following packages are considered to be unsafe in a requirements file:
|
||||||
setuptools==67.7.2
|
setuptools==67.8.0
|
||||||
# via gunicorn
|
# via gunicorn
|
||||||
|
|
|
@ -60,7 +60,7 @@ django==4.2.1
|
||||||
# model-bakery
|
# model-bakery
|
||||||
django-browser-reload==1.8.0
|
django-browser-reload==1.8.0
|
||||||
# via -r requirements-dev.in
|
# via -r requirements-dev.in
|
||||||
django-debug-toolbar==4.0.0
|
django-debug-toolbar==4.1.0
|
||||||
# via -r requirements-dev.in
|
# via -r requirements-dev.in
|
||||||
exceptiongroup==1.1.1
|
exceptiongroup==1.1.1
|
||||||
# via
|
# via
|
||||||
|
@ -87,7 +87,7 @@ idna==3.4
|
||||||
# trio
|
# trio
|
||||||
iniconfig==2.0.0
|
iniconfig==2.0.0
|
||||||
# via pytest
|
# via pytest
|
||||||
invoke==2.1.1
|
invoke==2.1.2
|
||||||
# via -r requirements-dev.in
|
# via -r requirements-dev.in
|
||||||
model-bakery==1.11.0
|
model-bakery==1.11.0
|
||||||
# via -r requirements-dev.in
|
# via -r requirements-dev.in
|
||||||
|
@ -114,7 +114,7 @@ platformdirs==3.5.1
|
||||||
# virtualenv
|
# virtualenv
|
||||||
pluggy==1.0.0
|
pluggy==1.0.0
|
||||||
# via pytest
|
# via pytest
|
||||||
pre-commit==3.3.1
|
pre-commit==3.3.2
|
||||||
# via -r requirements-dev.in
|
# via -r requirements-dev.in
|
||||||
py==1.11.0
|
py==1.11.0
|
||||||
# via
|
# via
|
||||||
|
@ -160,13 +160,13 @@ pyxdg==0.28
|
||||||
# via bpython
|
# via bpython
|
||||||
pyyaml==6.0
|
pyyaml==6.0
|
||||||
# via pre-commit
|
# via pre-commit
|
||||||
requests==2.30.0
|
requests==2.31.0
|
||||||
# via
|
# via
|
||||||
# -c constraints.txt
|
# -c constraints.txt
|
||||||
# bpython
|
# bpython
|
||||||
# pytest-base-url
|
# pytest-base-url
|
||||||
# pytest-selenium
|
# pytest-selenium
|
||||||
ruff==0.0.267
|
ruff==0.0.269
|
||||||
# via -r requirements-dev.in
|
# via -r requirements-dev.in
|
||||||
selenium==4.9.1
|
selenium==4.9.1
|
||||||
# via
|
# via
|
||||||
|
@ -223,7 +223,7 @@ wsproto==1.2.0
|
||||||
# The following packages are considered to be unsafe in a requirements file:
|
# The following packages are considered to be unsafe in a requirements file:
|
||||||
pip==23.1.2
|
pip==23.1.2
|
||||||
# via pip-tools
|
# via pip-tools
|
||||||
setuptools==67.7.2
|
setuptools==67.8.0
|
||||||
# via
|
# via
|
||||||
# -c constraints.txt
|
# -c constraints.txt
|
||||||
# nodeenv
|
# nodeenv
|
||||||
|
|
|
@ -69,7 +69,7 @@ pycparser==2.21
|
||||||
# via cffi
|
# via cffi
|
||||||
pysocks==1.7.1
|
pysocks==1.7.1
|
||||||
# via urllib3
|
# via urllib3
|
||||||
requests==2.30.0
|
requests==2.31.0
|
||||||
# via
|
# via
|
||||||
# -r requirements.in
|
# -r requirements.in
|
||||||
# django-anymail
|
# django-anymail
|
||||||
|
@ -98,5 +98,5 @@ wsproto==1.2.0
|
||||||
# via trio-websocket
|
# via trio-websocket
|
||||||
|
|
||||||
# The following packages are considered to be unsafe in a requirements file:
|
# The following packages are considered to be unsafe in a requirements file:
|
||||||
setuptools==67.7.2
|
setuptools==67.8.0
|
||||||
# via gunicorn
|
# via gunicorn
|
||||||
|
|
Loading…
Reference in a new issue