Skip to content

Commit 5d35bad

Browse files
authored
Merge branch 'master' into dependabot/pip/virtualenv-20.17.0
2 parents d8dd0ff + fa9d798 commit 5d35bad

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

requirements.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ distlib==0.3.6
1212
docutils==0.19
1313
fastapi==0.88.0
1414
filelock==3.8.0
15-
flake8==5.0.4
15+
flake8==6.0.0
1616
flake8-isort==5.0.0
1717
h11==0.14.0
1818
identify==2.5.8
@@ -32,13 +32,13 @@ mypy-extensions==0.4.3
3232
nodeenv==1.7.0
3333
numpy==1.23.4
3434
packaging==21.3
35-
pathspec==0.10.1
35+
pathspec==0.10.2
3636
pep8-naming==0.13.2
3737
platformdirs==2.5.3
3838
pluggy==1.0.0
3939
pre-commit==2.20.0
4040
py==1.11.0
41-
pycodestyle==2.9.1
41+
pycodestyle==2.10.0
4242
pydantic==1.10.2
4343
pygments==2.13.0
4444
pyparsing==3.0.9
@@ -49,15 +49,15 @@ pyyaml==6.0
4949
pymongo==4.3.2
5050
requests==2.28.1
5151
scipy==1.9.3
52-
setuptools==65.5.1
52+
setuptools==65.6.3
5353
sniffio==1.3.0
5454
snowballstemmer==2.2.0
5555
toml==0.10.2
5656
tomli==2.0.1
5757
typed-ast==1.5.4
5858
typing-extensions==4.4.0
5959
urllib3==1.26.13
60-
uvicorn==0.19.0
60+
uvicorn==0.20.0
6161
virtualenv==20.17.0
6262
virtualenv-clone==0.5.7
6363
zipp==3.10.0

setup.cfg

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,10 @@ float_to_top=true
6868
# Make flake8 respect black's line length (default 88),
6969
max-line-length = 88
7070
extend-ignore =
71-
E203, # See https://github.com/PyCQA/pycodestyle/issues/373
72-
F811, # support typing.overload decorator
71+
# See https://github.com/PyCQA/pycodestyle/issues/373
72+
E203,
73+
# support typing.overload decorator
74+
F811,
7375

7476
[tool:pytest]
7577
# Run pytest with all our checkers, and don't spam us with massive tracebacks on error

0 commit comments

Comments
 (0)