Skip to content

Commit 711a5c2

Browse files
committed
update requirements.txt
1 parent 15fc7e1 commit 711a5c2

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

requirements_dev.txt

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,32 @@
11
alabaster==0.7.13 ; python_full_version >= "3.8.0" and python_full_version < "4.0.0"
22
babel==2.12.1 ; python_full_version >= "3.8.0" and python_full_version < "4.0.0"
33
build==0.7.0 ; python_full_version >= "3.8.0" and python_full_version < "4.0.0"
4-
certifi==2023.5.7 ; python_full_version >= "3.8.0" and python_full_version < "4.0.0"
4+
certifi==2023.7.22 ; python_full_version >= "3.8.0" and python_full_version < "4.0.0"
55
cfgv==3.3.1 ; python_full_version >= "3.8.0" and python_full_version < "4.0.0"
6-
charset-normalizer==3.1.0 ; python_full_version >= "3.8.0" and python_full_version < "4.0.0"
6+
charset-normalizer==3.2.0 ; python_full_version >= "3.8.0" and python_full_version < "4.0.0"
77
colorama==0.4.6 ; python_full_version >= "3.8.0" and python_full_version < "4.0.0" and (sys_platform == "win32" or os_name == "nt")
88
coverage==7.2.7 ; python_full_version >= "3.8.0" and python_full_version < "4.0.0"
9-
distlib==0.3.6 ; python_full_version >= "3.8.0" and python_full_version < "4.0.0"
9+
distlib==0.3.7 ; python_full_version >= "3.8.0" and python_full_version < "4.0.0"
1010
docutils==0.17.1 ; python_full_version >= "3.8.0" and python_full_version < "4.0.0"
1111
exceptiongroup==1.1.2 ; python_full_version >= "3.8.0" and python_version < "3.11"
1212
filelock==3.12.2 ; python_full_version >= "3.8.0" and python_full_version < "4.0.0"
13-
identify==2.5.24 ; python_full_version >= "3.8.0" and python_full_version < "4.0.0"
13+
identify==2.5.26 ; python_version >= "3.8" and python_full_version < "4.0.0"
1414
idna==3.4 ; python_full_version >= "3.8.0" and python_full_version < "4.0.0"
1515
imagesize==1.4.1 ; python_full_version >= "3.8.0" and python_full_version < "4.0.0"
16-
importlib-metadata==6.7.0 ; python_full_version >= "3.8.0" and python_version < "3.10"
16+
importlib-metadata==6.8.0 ; python_version >= "3.8" and python_version < "3.10"
1717
iniconfig==2.0.0 ; python_full_version >= "3.8.0" and python_full_version < "4.0.0"
1818
jinja2==3.1.2 ; python_full_version >= "3.8.0" and python_full_version < "4.0.0"
1919
markupsafe==2.1.3 ; python_full_version >= "3.8.0" and python_full_version < "4.0.0"
2020
nodeenv==1.8.0 ; python_full_version >= "3.8.0" and python_full_version < "4.0.0"
2121
packaging==23.1 ; python_full_version >= "3.8.0" and python_full_version < "4.0.0"
2222
pep517==0.13.0 ; python_full_version >= "3.8.0" and python_full_version < "4.0.0"
23-
platformdirs==3.8.0 ; python_full_version >= "3.8.0" and python_full_version < "4.0.0"
23+
platformdirs==3.10.0 ; python_full_version >= "3.8.0" and python_full_version < "4.0.0"
2424
pluggy==1.2.0 ; python_full_version >= "3.8.0" and python_full_version < "4.0.0"
2525
pre-commit==2.21.0 ; python_full_version >= "3.8.0" and python_full_version < "4.0.0"
2626
pygments==2.15.1 ; python_full_version >= "3.8.0" and python_full_version < "4.0.0"
2727
pytest==7.4.0 ; python_full_version >= "3.8.0" and python_full_version < "4.0.0"
2828
pytz==2023.3 ; python_full_version >= "3.8.0" and python_version < "3.9"
29-
pyyaml==6.0 ; python_full_version >= "3.8.0" and python_full_version < "4.0.0"
29+
pyyaml==6.0.1 ; python_full_version >= "3.8.0" and python_full_version < "4.0.0"
3030
requests==2.31.0 ; python_full_version >= "3.8.0" and python_full_version < "4.0.0"
3131
responses==0.10.16 ; python_full_version >= "3.8.0" and python_full_version < "4.0.0"
3232
setuptools-scm==7.1.0 ; python_full_version >= "3.8.0" and python_full_version < "4.0.0"
@@ -45,6 +45,6 @@ sphinxcontrib-serializinghtml==1.1.5 ; python_full_version >= "3.8.0" and python
4545
sphinxnotes-strike==1.2 ; python_full_version >= "3.8.0" and python_full_version < "4.0.0"
4646
tomli==2.0.1 ; python_full_version >= "3.8.0" and python_full_version < "4.0.0"
4747
typing-extensions==4.7.1 ; python_full_version >= "3.8.0" and python_full_version < "4.0.0"
48-
urllib3==2.0.3 ; python_full_version >= "3.8.0" and python_full_version < "4.0.0"
49-
virtualenv==20.23.1 ; python_full_version >= "3.8.0" and python_full_version < "4.0.0"
50-
zipp==3.15.0 ; python_full_version >= "3.8.0" and python_version < "3.10"
48+
urllib3==2.0.4 ; python_full_version >= "3.8.0" and python_full_version < "4.0.0"
49+
virtualenv==20.24.2 ; python_full_version >= "3.8.0" and python_full_version < "4.0.0"
50+
zipp==3.16.2 ; python_version >= "3.8" and python_version < "3.10"

0 commit comments

Comments
 (0)