Skip to content

Commit

Permalink
Bump deps and version
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdelorenzo committed Nov 18, 2024
1 parent eee81b7 commit fe92040
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,10 @@ jobs:
path: dist/*

publish-pypi:
needs: build-pkg

runs-on: ubuntu-20.04

needs: build-pkg

permissions:
id-token: write

Expand Down
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
[project]
name = "cast_control"
version = "0.16.1"
version = "0.17.0"
description = "📺 Control Chromecasts from the Linux desktop and console"
authors = [{ name = "Alex DeLorenzo", email = "[email protected]" }]
license = { text = "AGPL-3.0" }
readme = "README.md"
homepage = "https://cast.firstbyte.dev"
requires-python = ">=3.12"
requires-python = ">=3.13"

dependencies = [
"aiopath>=0.7.6 ; python_version >= '3.12'",
"app_paths>=0.0.8, <0.1.0",
"appdirs>=1.4.4, <1.5.0",
"click>=8.1.7, <9.0.0",
"daemons>=1.3.2, <1.4.0",
"iteration_utilities>=0.12.0, <0.13.0",
"iteration_utilities>=0.13.0, <0.14.0",
"mpris_server>=0.9.0, <=0.10.0",
"PyChromecast>=14.0.2, <15.0.0",
"pydbus>=0.6.0, <0.7.0",
Expand Down

0 comments on commit fe92040

Please sign in to comment.