Skip to content

Commit 069e34b

Browse files
committed
full-upgrade library
1 parent a325930 commit 069e34b

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

packages/dask-task-models-library/requirements/_base.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -128,13 +128,13 @@ rich==13.9.4
128128
# via
129129
# -r requirements/../../../packages/settings-library/requirements/_base.in
130130
# typer
131-
rpds-py==0.22.1
131+
rpds-py==0.22.3
132132
# via
133133
# jsonschema
134134
# referencing
135135
shellingham==1.5.4
136136
# via typer
137-
six==1.16.0
137+
six==1.17.0
138138
# via python-dateutil
139139
sortedcontainers==2.4.0
140140
# via distributed
@@ -147,9 +147,9 @@ toolz==1.0.0
147147
# partd
148148
tornado==6.4.2
149149
# via distributed
150-
typer==0.15.0
150+
typer==0.15.1
151151
# via -r requirements/../../../packages/settings-library/requirements/_base.in
152-
types-python-dateutil==2.9.0.20241003
152+
types-python-dateutil==2.9.0.20241206
153153
# via arrow
154154
typing-extensions==4.12.2
155155
# via

packages/dask-task-models-library/requirements/_test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ pyyaml==6.0.2
5959
# -c requirements/../../../requirements/constraints.txt
6060
# -c requirements/_base.txt
6161
# -r requirements/_test.in
62-
six==1.16.0
62+
six==1.17.0
6363
# via
6464
# -c requirements/_base.txt
6565
# python-dateutil

packages/dask-task-models-library/requirements/_tools.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ pyyaml==6.0.2
6767
# -c requirements/_base.txt
6868
# -c requirements/_test.txt
6969
# pre-commit
70-
ruff==0.8.1
70+
ruff==0.8.2
7171
# via -r requirements/../../../requirements/devenv.txt
7272
setuptools==75.6.0
7373
# via pip-tools

0 commit comments

Comments
 (0)