mirror of
https://github.com/Crocmagnon/charasheet.git
synced 2024-11-05 14:23:53 +01:00
Update dependencies
This commit is contained in:
parent
1742c6573a
commit
ccfc3553c5
3 changed files with 11 additions and 11 deletions
|
@ -63,7 +63,7 @@ pillow==9.5.0
|
||||||
# via -r requirements.in
|
# via -r requirements.in
|
||||||
pysocks==1.7.1
|
pysocks==1.7.1
|
||||||
# via urllib3
|
# via urllib3
|
||||||
requests==2.28.2
|
requests==2.29.0
|
||||||
# via
|
# via
|
||||||
# -r requirements.in
|
# -r requirements.in
|
||||||
# django-anymail
|
# django-anymail
|
||||||
|
|
|
@ -42,7 +42,7 @@ click==8.1.3
|
||||||
# via
|
# via
|
||||||
# black
|
# black
|
||||||
# pip-tools
|
# pip-tools
|
||||||
coverage[toml]==7.2.3
|
coverage[toml]==7.2.5
|
||||||
# via pytest-cov
|
# via pytest-cov
|
||||||
curtsies==0.4.1
|
curtsies==0.4.1
|
||||||
# via bpython
|
# via bpython
|
||||||
|
@ -76,9 +76,9 @@ h11==0.14.0
|
||||||
# via
|
# via
|
||||||
# -c constraints.txt
|
# -c constraints.txt
|
||||||
# wsproto
|
# wsproto
|
||||||
hypothesis==6.72.2
|
hypothesis==6.75.1
|
||||||
# via -r requirements-dev.in
|
# via -r requirements-dev.in
|
||||||
identify==2.5.22
|
identify==2.5.23
|
||||||
# via pre-commit
|
# via pre-commit
|
||||||
idna==3.4
|
idna==3.4
|
||||||
# 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.0.0
|
invoke==2.1.0
|
||||||
# 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
|
||||||
|
@ -108,7 +108,7 @@ pathspec==0.11.1
|
||||||
# via black
|
# via black
|
||||||
pip-tools==6.13.0
|
pip-tools==6.13.0
|
||||||
# via -r requirements-dev.in
|
# via -r requirements-dev.in
|
||||||
platformdirs==3.2.0
|
platformdirs==3.5.0
|
||||||
# via
|
# via
|
||||||
# black
|
# black
|
||||||
# virtualenv
|
# virtualenv
|
||||||
|
@ -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.28.2
|
requests==2.29.0
|
||||||
# via
|
# via
|
||||||
# -c constraints.txt
|
# -c constraints.txt
|
||||||
# bpython
|
# bpython
|
||||||
# pytest-base-url
|
# pytest-base-url
|
||||||
# pytest-selenium
|
# pytest-selenium
|
||||||
ruff==0.0.262
|
ruff==0.0.263
|
||||||
# via -r requirements-dev.in
|
# via -r requirements-dev.in
|
||||||
selenium==4.9.0
|
selenium==4.9.0
|
||||||
# via
|
# via
|
||||||
|
@ -209,7 +209,7 @@ urllib3[socks]==1.26.15
|
||||||
# -c constraints.txt
|
# -c constraints.txt
|
||||||
# requests
|
# requests
|
||||||
# selenium
|
# selenium
|
||||||
virtualenv==20.22.0
|
virtualenv==20.23.0
|
||||||
# via pre-commit
|
# via pre-commit
|
||||||
wcwidth==0.2.6
|
wcwidth==0.2.6
|
||||||
# via blessed
|
# via blessed
|
||||||
|
@ -221,7 +221,7 @@ wsproto==1.2.0
|
||||||
# trio-websocket
|
# 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:
|
||||||
pip==23.1.1
|
pip==23.1.2
|
||||||
# via pip-tools
|
# via pip-tools
|
||||||
setuptools==67.7.2
|
setuptools==67.7.2
|
||||||
# via
|
# via
|
||||||
|
|
|
@ -63,7 +63,7 @@ pillow==9.5.0
|
||||||
# via -r requirements.in
|
# via -r requirements.in
|
||||||
pysocks==1.7.1
|
pysocks==1.7.1
|
||||||
# via urllib3
|
# via urllib3
|
||||||
requests==2.28.2
|
requests==2.29.0
|
||||||
# via
|
# via
|
||||||
# -r requirements.in
|
# -r requirements.in
|
||||||
# django-anymail
|
# django-anymail
|
||||||
|
|
Loading…
Reference in a new issue