Skip to content

Commit 636aed5

Browse files
committed
bump pipfile
1 parent 7512af5 commit 636aed5

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

Pipfile

+6-7
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,14 @@ beautifulsoup4 = "*"
2424
wheel = "*"
2525

2626
[packages]
27-
pycairo = "1.20.0"
28-
PyGObject = "3.38.0"
27+
pycairo = "~=1.25"
28+
PyGObject = "~=3.48"
2929
events = "0.4"
30-
argparse = "1.4.0"
30+
configargparse = "~=1.7"
3131
rx = "~=3.2"
32-
more-itertools = "~=7.2"
33-
importlib-resources = "~=1.0.2"
34-
importlib-metadata = "~=0.23"
35-
dataclasses = "==0.6"
32+
more-itertools = "~=8.12"
33+
importlib-resources = "~=6.4"
34+
importlib-metadata = "~=4.12"
3635
toml = "*"
3736

3837
[pipenv]

0 commit comments

Comments
 (0)