Skip to content

Commit cde78d8

Browse files
authored
Update requirements (#233)
1 parent 15b66df commit cde78d8

File tree

3 files changed

+37
-37
lines changed

3 files changed

+37
-37
lines changed

requirements/linting.txt

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -4,51 +4,51 @@
44
#
55
# pip-compile --output-file=requirements/linting.txt requirements/linting.in
66
#
7-
black==23.3.0
7+
black==24.2.0
88
# via -r requirements/linting.in
9-
cfgv==3.3.1
9+
cfgv==3.4.0
1010
# via pre-commit
11-
click==8.1.3
11+
click==8.1.7
1212
# via black
13-
distlib==0.3.6
13+
distlib==0.3.8
1414
# via virtualenv
15-
filelock==3.12.0
15+
filelock==3.13.1
1616
# via virtualenv
17-
identify==2.5.24
17+
identify==2.5.34
1818
# via pre-commit
19-
mypy==1.3.0
19+
mypy==1.8.0
2020
# via -r requirements/linting.in
2121
mypy-extensions==1.0.0
2222
# via
2323
# black
2424
# mypy
2525
nodeenv==1.8.0
2626
# via pre-commit
27-
packaging==23.1
27+
packaging==23.2
2828
# via black
29-
pathspec==0.11.1
29+
pathspec==0.12.1
3030
# via black
31-
platformdirs==3.5.1
31+
platformdirs==4.2.0
3232
# via
3333
# black
3434
# virtualenv
35-
pre-commit==2.21.0
35+
pre-commit==3.6.1
3636
# via -r requirements/linting.in
37-
pyupgrade==3.3.2
37+
pyupgrade==3.15.0
3838
# via -r requirements/linting.in
3939
pyyaml==6.0.1
4040
# via
4141
# -r requirements/linting.in
4242
# pre-commit
43-
ruff==0.0.270
43+
ruff==0.2.1
4444
# via -r requirements/linting.in
45-
tokenize-rt==5.0.0
45+
tokenize-rt==5.2.0
4646
# via pyupgrade
4747
types-pyyaml==6.0.12.12
4848
# via -r requirements/linting.in
49-
typing-extensions==4.6.2
49+
typing-extensions==4.9.0
5050
# via mypy
51-
virtualenv==20.23.0
51+
virtualenv==20.25.0
5252
# via pre-commit
5353

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

requirements/pyproject.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,19 @@
44
#
55
# pip-compile --extra=toml --extra=yaml --output-file=requirements/pyproject.txt pyproject.toml
66
#
7-
annotated-types==0.4.0
7+
annotated-types==0.6.0
88
# via pydantic
9-
pydantic==2.5.2
9+
pydantic==2.6.1
1010
# via pydantic-settings (pyproject.toml)
11-
pydantic-core==2.14.5
11+
pydantic-core==2.16.2
1212
# via pydantic
13-
python-dotenv==0.21.1
13+
python-dotenv==1.0.1
1414
# via pydantic-settings (pyproject.toml)
1515
pyyaml==6.0.1
1616
# via pydantic-settings (pyproject.toml)
1717
tomlkit==0.12.3
1818
# via pydantic-settings (pyproject.toml)
19-
typing-extensions==4.6.2
19+
typing-extensions==4.9.0
2020
# via
2121
# pydantic
2222
# pydantic-core

requirements/testing.txt

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -4,56 +4,56 @@
44
#
55
# pip-compile --output-file=requirements/testing.txt requirements/testing.in
66
#
7-
black==23.3.0
7+
black==24.2.0
88
# via pytest-examples
9-
click==8.1.3
9+
click==8.1.7
1010
# via black
11-
coverage[toml]==7.2.6
11+
coverage[toml]==7.4.1
1212
# via -r requirements/testing.in
13-
exceptiongroup==1.1.1
13+
exceptiongroup==1.2.0
1414
# via pytest
1515
iniconfig==2.0.0
1616
# via pytest
17-
markdown-it-py==2.2.0
17+
markdown-it-py==3.0.0
1818
# via rich
1919
mdurl==0.1.2
2020
# via markdown-it-py
2121
mypy-extensions==1.0.0
2222
# via black
23-
packaging==23.1
23+
packaging==23.2
2424
# via
2525
# black
2626
# pytest
27-
pathspec==0.11.1
27+
pathspec==0.12.1
2828
# via black
29-
platformdirs==3.5.1
29+
platformdirs==4.2.0
3030
# via black
31-
pluggy==1.0.0
31+
pluggy==1.4.0
3232
# via pytest
33-
pygments==2.15.1
33+
pygments==2.17.2
3434
# via rich
35-
pytest==7.3.2
35+
pytest==8.0.0
3636
# via
3737
# -r requirements/testing.in
3838
# pytest-examples
3939
# pytest-mock
4040
# pytest-pretty
41-
pytest-examples==0.0.9
41+
pytest-examples==0.0.10
4242
# via -r requirements/testing.in
43-
pytest-mock==3.10.0
43+
pytest-mock==3.12.0
4444
# via -r requirements/testing.in
4545
pytest-pretty==1.2.0
4646
# via -r requirements/testing.in
47-
rich==13.3.5
47+
rich==13.7.0
4848
# via pytest-pretty
49-
ruff==0.0.270
49+
ruff==0.2.1
5050
# via pytest-examples
5151
tomli==2.0.1
5252
# via
5353
# black
5454
# coverage
5555
# pytest
56-
typing-extensions==4.6.2
56+
typing-extensions==4.9.0
5757
# via
5858
# black
5959
# rich

0 commit comments

Comments
 (0)