Skip to content

Commit

Permalink
bump pipfile
Browse files Browse the repository at this point in the history
  • Loading branch information
jw3 committed Oct 11, 2024
1 parent 7512af5 commit 636aed5
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,14 @@ beautifulsoup4 = "*"
wheel = "*"

[packages]
pycairo = "1.20.0"
PyGObject = "3.38.0"
pycairo = "~=1.25"
PyGObject = "~=3.48"
events = "0.4"
argparse = "1.4.0"
configargparse = "~=1.7"
rx = "~=3.2"
more-itertools = "~=7.2"
importlib-resources = "~=1.0.2"
importlib-metadata = "~=0.23"
dataclasses = "==0.6"
more-itertools = "~=8.12"
importlib-resources = "~=6.4"
importlib-metadata = "~=4.12"
toml = "*"

[pipenv]
Expand Down

0 comments on commit 636aed5

Please sign in to comment.