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
|
||||
pysocks==1.7.1
|
||||
# via urllib3
|
||||
requests==2.28.2
|
||||
requests==2.29.0
|
||||
# via
|
||||
# -r requirements.in
|
||||
# django-anymail
|
||||
|
|
|
@ -42,7 +42,7 @@ click==8.1.3
|
|||
# via
|
||||
# black
|
||||
# pip-tools
|
||||
coverage[toml]==7.2.3
|
||||
coverage[toml]==7.2.5
|
||||
# via pytest-cov
|
||||
curtsies==0.4.1
|
||||
# via bpython
|
||||
|
@ -76,9 +76,9 @@ h11==0.14.0
|
|||
# via
|
||||
# -c constraints.txt
|
||||
# wsproto
|
||||
hypothesis==6.72.2
|
||||
hypothesis==6.75.1
|
||||
# via -r requirements-dev.in
|
||||
identify==2.5.22
|
||||
identify==2.5.23
|
||||
# via pre-commit
|
||||
idna==3.4
|
||||
# via
|
||||
|
@ -87,7 +87,7 @@ idna==3.4
|
|||
# trio
|
||||
iniconfig==2.0.0
|
||||
# via pytest
|
||||
invoke==2.0.0
|
||||
invoke==2.1.0
|
||||
# via -r requirements-dev.in
|
||||
model-bakery==1.11.0
|
||||
# via -r requirements-dev.in
|
||||
|
@ -108,7 +108,7 @@ pathspec==0.11.1
|
|||
# via black
|
||||
pip-tools==6.13.0
|
||||
# via -r requirements-dev.in
|
||||
platformdirs==3.2.0
|
||||
platformdirs==3.5.0
|
||||
# via
|
||||
# black
|
||||
# virtualenv
|
||||
|
@ -160,13 +160,13 @@ pyxdg==0.28
|
|||
# via bpython
|
||||
pyyaml==6.0
|
||||
# via pre-commit
|
||||
requests==2.28.2
|
||||
requests==2.29.0
|
||||
# via
|
||||
# -c constraints.txt
|
||||
# bpython
|
||||
# pytest-base-url
|
||||
# pytest-selenium
|
||||
ruff==0.0.262
|
||||
ruff==0.0.263
|
||||
# via -r requirements-dev.in
|
||||
selenium==4.9.0
|
||||
# via
|
||||
|
@ -209,7 +209,7 @@ urllib3[socks]==1.26.15
|
|||
# -c constraints.txt
|
||||
# requests
|
||||
# selenium
|
||||
virtualenv==20.22.0
|
||||
virtualenv==20.23.0
|
||||
# via pre-commit
|
||||
wcwidth==0.2.6
|
||||
# via blessed
|
||||
|
@ -221,7 +221,7 @@ wsproto==1.2.0
|
|||
# trio-websocket
|
||||
|
||||
# The following packages are considered to be unsafe in a requirements file:
|
||||
pip==23.1.1
|
||||
pip==23.1.2
|
||||
# via pip-tools
|
||||
setuptools==67.7.2
|
||||
# via
|
||||
|
|
|
@ -63,7 +63,7 @@ pillow==9.5.0
|
|||
# via -r requirements.in
|
||||
pysocks==1.7.1
|
||||
# via urllib3
|
||||
requests==2.28.2
|
||||
requests==2.29.0
|
||||
# via
|
||||
# -r requirements.in
|
||||
# django-anymail
|
||||
|
|
Loading…
Reference in a new issue