Skip to content

Commit f0c82a1

Browse files
author
Andrei Neagu
committed
update reqs
1 parent 04a438a commit f0c82a1

File tree

3 files changed

+23
-20
lines changed

3 files changed

+23
-20
lines changed

packages/models-library/requirements/_base.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ attrs==24.2.0
66
# via
77
# jsonschema
88
# referencing
9-
dnspython==2.6.1
9+
dnspython==2.7.0
1010
# via email-validator
1111
email-validator==2.2.0
1212
# via pydantic
1313
idna==3.10
1414
# via email-validator
1515
jsonschema==4.23.0
1616
# via -r requirements/_base.in
17-
jsonschema-specifications==2023.12.1
17+
jsonschema-specifications==2024.10.1
1818
# via jsonschema
1919
orjson==3.10.7
2020
# via
@@ -33,7 +33,7 @@ pydantic-core==2.23.4
3333
# via pydantic
3434
pydantic-extra-types==2.9.0
3535
# via -r requirements/_base.in
36-
pydantic-settings==2.4.0
36+
pydantic-settings==2.5.2
3737
# via -r requirements/_base.in
3838
python-dateutil==2.9.0.post0
3939
# via arrow
@@ -49,7 +49,7 @@ rpds-py==0.20.0
4949
# referencing
5050
six==1.16.0
5151
# via python-dateutil
52-
types-python-dateutil==2.9.0.20240906
52+
types-python-dateutil==2.9.0.20241003
5353
# via arrow
5454
typing-extensions==4.12.2
5555
# via

packages/models-library/requirements/_test.txt

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ attrs==24.2.0
44
# via
55
# -c requirements/_base.txt
66
# referencing
7-
coverage==7.6.1
7+
coverage==7.6.3
88
# via
99
# -r requirements/_test.in
1010
# pytest-cov
11-
faker==29.0.0
11+
faker==30.3.0
1212
# via -r requirements/_test.in
1313
flexcache==0.3
1414
# via pint
@@ -34,6 +34,8 @@ pluggy==1.5.0
3434
# via pytest
3535
pprintpp==0.4.0
3636
# via pytest-icdiff
37+
propcache==0.2.0
38+
# via yarl
3739
psutil==6.0.0
3840
# via -r requirements/_test.in
3941
pytest==8.3.3
@@ -85,7 +87,7 @@ six==1.16.0
8587
# via
8688
# -c requirements/_base.txt
8789
# python-dateutil
88-
termcolor==2.4.0
90+
termcolor==2.5.0
8991
# via pytest-sugar
9092
types-jsonschema==4.23.0.20240813
9193
# via -r requirements/_test.in
@@ -94,8 +96,9 @@ types-pyyaml==6.0.12.20240917
9496
typing-extensions==4.12.2
9597
# via
9698
# -c requirements/_base.txt
99+
# faker
97100
# flexcache
98101
# flexparser
99102
# pint
100-
yarl==1.12.1
103+
yarl==1.15.2
101104
# via -r requirements/_test.in

packages/models-library/requirements/_tools.txt

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
astroid==3.3.4
1+
astroid==3.3.5
22
# via pylint
3-
black==24.8.0
3+
black==24.10.0
44
# via -r requirements/../../../requirements/devenv.txt
5-
build==1.2.2
5+
build==1.2.2.post1
66
# via pip-tools
77
bump2version==1.0.1
88
# via -r requirements/../../../requirements/devenv.txt
@@ -13,9 +13,9 @@ click==8.1.7
1313
# black
1414
# pip-tools
1515
# typer
16-
dill==0.3.8
16+
dill==0.3.9
1717
# via pylint
18-
distlib==0.3.8
18+
distlib==0.3.9
1919
# via virtualenv
2020
filelock==3.16.1
2121
# via virtualenv
@@ -31,7 +31,7 @@ mccabe==0.7.0
3131
# via pylint
3232
mdurl==0.1.2
3333
# via markdown-it-py
34-
mypy==1.11.2
34+
mypy==1.12.0
3535
# via -r requirements/../../../requirements/devenv.txt
3636
mypy-extensions==1.0.0
3737
# via
@@ -55,13 +55,13 @@ platformdirs==4.3.6
5555
# black
5656
# pylint
5757
# virtualenv
58-
pre-commit==3.8.0
58+
pre-commit==4.0.1
5959
# via -r requirements/../../../requirements/devenv.txt
6060
pygments==2.18.0
6161
# via rich
62-
pylint==3.3.0
62+
pylint==3.3.1
6363
# via -r requirements/../../../requirements/devenv.txt
64-
pyproject-hooks==1.1.0
64+
pyproject-hooks==1.2.0
6565
# via
6666
# build
6767
# pip-tools
@@ -70,9 +70,9 @@ pyyaml==6.0.2
7070
# -c requirements/../../../requirements/constraints.txt
7171
# -c requirements/_test.txt
7272
# pre-commit
73-
rich==13.8.1
73+
rich==13.9.2
7474
# via typer
75-
ruff==0.6.7
75+
ruff==0.6.9
7676
# via -r requirements/../../../requirements/devenv.txt
7777
setuptools==75.1.0
7878
# via pip-tools
@@ -88,7 +88,7 @@ typing-extensions==4.12.2
8888
# -c requirements/_test.txt
8989
# mypy
9090
# typer
91-
virtualenv==20.26.5
91+
virtualenv==20.26.6
9292
# via pre-commit
9393
wheel==0.44.0
9494
# via pip-tools

0 commit comments

Comments
 (0)