diff --git a/doc/changelog.d/203.dependencies.md b/doc/changelog.d/203.dependencies.md new file mode 100644 index 00000000..af07c832 --- /dev/null +++ b/doc/changelog.d/203.dependencies.md @@ -0,0 +1 @@ +CHORE: Bump pygobject from 3.50.0 to 3.52.2 \ No newline at end of file diff --git a/poetry.lock b/poetry.lock index 1947f1b2..5e9a77c2 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3258,14 +3258,14 @@ windows-terminal = ["colorama (>=0.4.6)"] [[package]] name = "pygobject" -version = "3.50.0" +version = "3.52.2" description = "Python bindings for GObject Introspection" optional = false python-versions = "<4.0,>=3.9" groups = ["main"] markers = "sys_platform == \"linux\"" files = [ - {file = "pygobject-3.50.0.tar.gz", hash = "sha256:4500ad3dbf331773d8dedf7212544c999a76fc96b63a91b3dcac1e5925a1d103"}, + {file = "pygobject-3.52.2.tar.gz", hash = "sha256:869f42ee70dcf6de50bce267072e2c35cee7fcd2e32ea1af3a3a99a88901850a"}, ] [package.dependencies] @@ -5153,4 +5153,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = ">=3.9,<4.0" -content-hash = "36f5b84940c74ae8be021cfd11b8204eb745d9daf6f71d2dd08b9fbbcc6d9eba" +content-hash = "f4f113d2981d4dc1c4b6def43575889444d9096caa9a3e6308bd1f84ec124461" diff --git a/pyproject.toml b/pyproject.toml index 1d0c31cc..651842b6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ async-timeout = { version = ">=4", python = "<3.11" } pandas = {extras = ["excel"], version = "^2.2.3"} pydantic-settings = "^2.7.1" email-validator = "^2.2.0" -pygobject = {version = "<3.52.1", platform = "linux"} +pygobject = {version = "<3.52.3", platform = "linux"} matplotlib = "~3.9" [tool.poetry.group.dev.dependencies] # Common packages for test and examples plotly = "^5.18.0"