Skip to content

Commit 3f5050d

Browse files
committed
Update requirements to 3.11 dev env
1 parent 1980fb4 commit 3f5050d

3 files changed

Lines changed: 22 additions & 36 deletions

File tree

requirements/requirements-dev.txt

Lines changed: 12 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
#
2-
# This file is autogenerated by pip-compile with Python 3.8
2+
# This file is autogenerated by pip-compile with Python 3.11
33
# by the following command:
44
#
55
# pip-compile --no-emit-index-url requirements/requirements-dev.in
66
#
7-
black==23.7.0
7+
black==23.10.1
88
# via -r requirements/requirements-dev.in
99
cfgv==3.4.0
1010
# via pre-commit
1111
click==8.1.7
1212
# via black
1313
distlib==0.3.7
1414
# via virtualenv
15-
filelock==3.12.2
15+
filelock==3.13.0
1616
# via virtualenv
1717
flake8==6.1.0
1818
# via
@@ -22,43 +22,37 @@ flake8-builtins==2.1.0
2222
# via -r requirements/requirements-dev.in
2323
flake8-pep585==0.1.7
2424
# via -r requirements/requirements-dev.in
25-
identify==2.5.26
25+
identify==2.5.31
2626
# via pre-commit
2727
mccabe==0.7.0
2828
# via flake8
29-
mypy==1.5.1
29+
mypy==1.6.1
3030
# via -r requirements/requirements-dev.in
3131
mypy-extensions==1.0.0
3232
# via
3333
# black
3434
# mypy
3535
nodeenv==1.8.0
3636
# via pre-commit
37-
packaging==23.1
37+
packaging==23.2
3838
# via black
3939
pathspec==0.11.2
4040
# via black
41-
platformdirs==3.10.0
41+
platformdirs==3.11.0
4242
# via
4343
# black
4444
# virtualenv
45-
pre-commit==3.3.3
45+
pre-commit==3.5.0
4646
# via -r requirements/requirements-dev.in
47-
pycodestyle==2.11.0
47+
pycodestyle==2.11.1
4848
# via flake8
4949
pyflakes==3.1.0
5050
# via flake8
5151
pyyaml==6.0.1
5252
# via pre-commit
53-
tomli==2.0.1
54-
# via
55-
# black
56-
# mypy
57-
typing-extensions==4.7.1
58-
# via
59-
# black
60-
# mypy
61-
virtualenv==20.24.3
53+
typing-extensions==4.8.0
54+
# via mypy
55+
virtualenv==20.24.6
6256
# via pre-commit
6357

6458
# The following packages are considered to be unsafe in a requirements file:

requirements/requirements-test.txt

Lines changed: 9 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,44 +1,36 @@
11
#
2-
# This file is autogenerated by pip-compile with Python 3.8
2+
# This file is autogenerated by pip-compile with Python 3.11
33
# by the following command:
44
#
55
# pip-compile --no-emit-index-url requirements/requirements-test.in
66
#
7-
argcomplete==3.1.1
7+
argcomplete==3.1.2
88
# via nox
99
colorlog==6.7.0
1010
# via nox
11-
coverage==7.3.0
11+
coverage==7.3.2
1212
# via -r requirements/requirements-test.in
1313
distlib==0.3.7
1414
# via virtualenv
15-
exceptiongroup==1.1.3
16-
# via pytest
17-
filelock==3.12.2
15+
filelock==3.13.0
1816
# via virtualenv
19-
importlib-metadata==6.8.0
20-
# via pytest-randomly
2117
iniconfig==2.0.0
2218
# via pytest
2319
nox==2023.4.22
2420
# via -r requirements/requirements-test.in
25-
packaging==23.1
21+
packaging==23.2
2622
# via
2723
# nox
2824
# pytest
29-
platformdirs==3.10.0
25+
platformdirs==3.11.0
3026
# via virtualenv
31-
pluggy==1.2.0
27+
pluggy==1.3.0
3228
# via pytest
33-
pytest==7.4.0
29+
pytest==7.4.3
3430
# via
3531
# -r requirements/requirements-test.in
3632
# pytest-randomly
3733
pytest-randomly==3.15.0
3834
# via -r requirements/requirements-test.in
39-
tomli==2.0.1
40-
# via pytest
41-
virtualenv==20.24.3
35+
virtualenv==20.24.6
4236
# via nox
43-
zipp==3.16.2
44-
# via importlib-metadata

requirements/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# This file is autogenerated by pip-compile with Python 3.8
2+
# This file is autogenerated by pip-compile with Python 3.11
33
# by the following command:
44
#
55
# pip-compile --no-emit-index-url requirements/requirements.in

0 commit comments

Comments
 (0)