Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion desktop/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ pywebview>=6.2.1
#
# Needs libgirepository1.0-dev + libcairo2-dev + pkg-config at build time
# (see the Linux job's "Install system deps" step in desktop-artifacts.yml).
PyGObject==3.56.3; sys_platform == "linux"
PyGObject==3.58.0; sys_platform == "linux"
# Bundler for all three OSes. build_mac.spec / build_windows.spec /
# build_linux.spec are all PyInstaller specs. py2app is intentionally
# NOT the mac shipping path: py2app 0.28.x has a broken macOS version
Expand Down
Loading