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
6f4afcd608
commit
23e49cfeb8
1 changed files with 8 additions and 8 deletions
|
@ -42,7 +42,7 @@ click==8.1.3
|
||||||
# via
|
# via
|
||||||
# black
|
# black
|
||||||
# pip-tools
|
# pip-tools
|
||||||
coverage[toml]==7.2.2
|
coverage[toml]==7.2.3
|
||||||
# via pytest-cov
|
# via pytest-cov
|
||||||
curtsies==0.4.1
|
curtsies==0.4.1
|
||||||
# via bpython
|
# via bpython
|
||||||
|
@ -66,7 +66,7 @@ exceptiongroup==1.1.1
|
||||||
# via
|
# via
|
||||||
# -c constraints.txt
|
# -c constraints.txt
|
||||||
# trio-websocket
|
# trio-websocket
|
||||||
filelock==3.10.7
|
filelock==3.11.0
|
||||||
# via virtualenv
|
# via virtualenv
|
||||||
freezegun==1.2.2
|
freezegun==1.2.2
|
||||||
# via -r requirements-dev.in
|
# via -r requirements-dev.in
|
||||||
|
@ -76,7 +76,7 @@ h11==0.14.0
|
||||||
# via
|
# via
|
||||||
# -c constraints.txt
|
# -c constraints.txt
|
||||||
# wsproto
|
# wsproto
|
||||||
hypothesis==6.70.2
|
hypothesis==6.71.0
|
||||||
# via -r requirements-dev.in
|
# via -r requirements-dev.in
|
||||||
identify==2.5.22
|
identify==2.5.22
|
||||||
# via pre-commit
|
# via pre-commit
|
||||||
|
@ -89,7 +89,7 @@ iniconfig==2.0.0
|
||||||
# via pytest
|
# via pytest
|
||||||
invoke==2.0.0
|
invoke==2.0.0
|
||||||
# via -r requirements-dev.in
|
# via -r requirements-dev.in
|
||||||
model-bakery==1.10.3
|
model-bakery==1.11.0
|
||||||
# via -r requirements-dev.in
|
# via -r requirements-dev.in
|
||||||
mypy-extensions==1.0.0
|
mypy-extensions==1.0.0
|
||||||
# via black
|
# via black
|
||||||
|
@ -106,7 +106,7 @@ packaging==23.0
|
||||||
# pytest
|
# pytest
|
||||||
pathspec==0.11.1
|
pathspec==0.11.1
|
||||||
# via black
|
# via black
|
||||||
pip-tools==6.12.3
|
pip-tools==6.13.0
|
||||||
# via -r requirements-dev.in
|
# via -r requirements-dev.in
|
||||||
platformdirs==3.2.0
|
platformdirs==3.2.0
|
||||||
# via
|
# via
|
||||||
|
@ -114,13 +114,13 @@ platformdirs==3.2.0
|
||||||
# virtualenv
|
# virtualenv
|
||||||
pluggy==1.0.0
|
pluggy==1.0.0
|
||||||
# via pytest
|
# via pytest
|
||||||
pre-commit==3.2.1
|
pre-commit==3.2.2
|
||||||
# via -r requirements-dev.in
|
# via -r requirements-dev.in
|
||||||
py==1.11.0
|
py==1.11.0
|
||||||
# via
|
# via
|
||||||
# pytest
|
# pytest
|
||||||
# pytest-html
|
# pytest-html
|
||||||
pygments==2.14.0
|
pygments==2.15.0
|
||||||
# via bpython
|
# via bpython
|
||||||
pyproject-hooks==1.0.0
|
pyproject-hooks==1.0.0
|
||||||
# via build
|
# via build
|
||||||
|
@ -166,7 +166,7 @@ requests==2.28.2
|
||||||
# bpython
|
# bpython
|
||||||
# pytest-base-url
|
# pytest-base-url
|
||||||
# pytest-selenium
|
# pytest-selenium
|
||||||
ruff==0.0.260
|
ruff==0.0.261
|
||||||
# via -r requirements-dev.in
|
# via -r requirements-dev.in
|
||||||
selenium==4.8.3
|
selenium==4.8.3
|
||||||
# via
|
# via
|
||||||
|
|
Loading…
Reference in a new issue