Skip to content

Commit 6184dc4

Browse files
committed
Update deps to newest
Bumps dependencies to newest versions: - attrs - networkx - numpy - scipy - tzdata
1 parent e6da590 commit 6184dc4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

deployment.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ spec:
3434
pip install --user --upgrade
3535
anyio[trio]~=3.6
3636
arrow~=1.2
37-
attrs~=22.1
37+
attrs~=22.2
3838
beautifulsoup4~=4.11
3939
einspect~=0.5
4040
fishhook~=0.2
@@ -43,17 +43,17 @@ spec:
4343
lark~=1.1
4444
matplotlib~=3.6
4545
more-itertools~=9.0
46-
networkx~=2.8
47-
numpy~=1.23
46+
networkx~=3.0
47+
numpy~=1.24
4848
pandas~=1.5
4949
pendulum~=2.1
5050
python-dateutil~=2.8
5151
pyyaml~=6.0
52-
scipy~=1.9.2
52+
scipy~=1.10
5353
sympy~=1.11
5454
toml~=0.10
5555
typing-extensions~=4.4
56-
tzdata~=2022.6
56+
tzdata~=2022.7
5757
yarl~=1.8
5858
volumes:
5959
- name: snekbox-user-base-volume

0 commit comments

Comments
 (0)