diff --git a/CHANGELOG.md b/CHANGELOG.md index c6a73e1..9e6ccf1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [0.2.2](https://github.com/ublue-os/forge/compare/v0.2.1...v0.2.2) (2025-06-17) +## [0.2.2](https://github.com/ublue-os/forge/compare/v0.2.1...v0.2.2) (2025-06-03) ### Bug Fixes @@ -15,7 +15,6 @@ * **deps:** update dependency nicegui to v2.17.0 ([982c25a](https://github.com/ublue-os/forge/commit/982c25a0f5f299bb571bae6819773bb3e4c816aa)) * **deps:** update dependency nicegui to v2.18.0 ([2923811](https://github.com/ublue-os/forge/commit/29238117422bf49af7affa131f25d27edede8a0d)) * **deps:** update dependency nicegui to v2.19.0 ([2729187](https://github.com/ublue-os/forge/commit/2729187e209c5da9fa285cb242a3cbe1ec11521f)) -* **deps:** update dependency nicegui to v2.20.0 ([880c140](https://github.com/ublue-os/forge/commit/880c1408f239c95898bc5e511487c3e77c4e777f)) ## [0.2.1](https://github.com/ublue-os/forge/compare/v0.2.0...v0.2.1) (2025-02-21) diff --git a/anvil/ansible/collections/requirements.yml b/anvil/ansible/collections/requirements.yml index 7327cbf..5f7b814 100644 --- a/anvil/ansible/collections/requirements.yml +++ b/anvil/ansible/collections/requirements.yml @@ -3,6 +3,6 @@ collections: - name: ansible.posix version: 2.0.0 - name: community.general - version: 11.0.0 + version: 10.7.0 - name: containers.podman version: 1.16.3 diff --git a/anvil/poetry.lock b/anvil/poetry.lock index 8e2ef1f..da50820 100644 --- a/anvil/poetry.lock +++ b/anvil/poetry.lock @@ -1218,14 +1218,14 @@ files = [ [[package]] name = "nicegui" -version = "2.20.0" +version = "2.19.0" description = "Create web-based user interfaces with Python. The nice way." optional = false python-versions = "<4.0,>=3.8" groups = ["main"] files = [ - {file = "nicegui-2.20.0-py3-none-any.whl", hash = "sha256:db550537e2664e916080bc381bf29d0659570e42cdceb224b94a418e4db85c8c"}, - {file = "nicegui-2.20.0.tar.gz", hash = "sha256:b238df9c3e9f915d6f74b005e5a66f40f0a7a0598bf9f8fcc5b03326b1b704f7"}, + {file = "nicegui-2.19.0-py3-none-any.whl", hash = "sha256:942b14d40a388ddb60a2f1cb99a762691d8277d7bc654f70ba6669a7e326e5ed"}, + {file = "nicegui-2.19.0.tar.gz", hash = "sha256:4af73221fb9004f82c1819aa4010fbfa3da3ee250a1b65815f8133e63bcc9f87"}, ] [package.dependencies] @@ -1245,12 +1245,13 @@ Pygments = ">=2.15.1,<3.0.0" python-engineio = ">=4.12.0" python-multipart = ">=0.0.18" python-socketio = {version = ">=5.10.0", extras = ["asyncio-client"]} -requests = ">=2.32.4" +requests = ">=2.32.0" starlette = {version = ">=0.45.3", markers = "python_version >= \"3.9\""} typing-extensions = ">=4.0.0" urllib3 = ">=1.26.18,<2.0.0 || >2.0.0,<2.0.1 || >2.0.1,<2.0.2 || >2.0.2,<2.0.3 || >2.0.3,<2.0.4 || >2.0.4,<2.0.5 || >2.0.5,<2.0.6 || >2.0.6,<2.0.7 || >2.0.7,<2.1.0 || >2.1.0,<2.2.0 || >2.2.0,<2.2.1 || >2.2.1" uvicorn = {version = ">=0.22.0", extras = ["standard"]} vbuild = ">=0.8.2" +wait_for2 = ">=0.3.2" watchfiles = ">=0.18.1" [package.extras] @@ -1964,19 +1965,19 @@ typing-extensions = {version = ">=4.4.0", markers = "python_version < \"3.13\""} [[package]] name = "requests" -version = "2.32.4" +version = "2.32.3" description = "Python HTTP for Humans." optional = false python-versions = ">=3.8" groups = ["main"] files = [ - {file = "requests-2.32.4-py3-none-any.whl", hash = "sha256:27babd3cda2a6d50b30443204ee89830707d396671944c998b5975b031ac2b2c"}, - {file = "requests-2.32.4.tar.gz", hash = "sha256:27d0316682c8a29834d3264820024b62a36942083d52caf2f14c0591336d3422"}, + {file = "requests-2.32.3-py3-none-any.whl", hash = "sha256:70761cfe03c773ceb22aa2f671b4757976145175cdfca038c02654d061d6dcc6"}, + {file = "requests-2.32.3.tar.gz", hash = "sha256:55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760"}, ] [package.dependencies] certifi = ">=2017.4.17" -charset_normalizer = ">=2,<4" +charset-normalizer = ">=2,<4" idna = ">=2.5,<4" urllib3 = ">=1.21.1,<3" @@ -2432,6 +2433,17 @@ files = [ [package.dependencies] pscript = ">=0.7.0,<0.8.0" +[[package]] +name = "wait-for2" +version = "0.3.2" +description = "Asyncio wait_for that can handle simultaneous cancellation and future completion." +optional = false +python-versions = "*" +groups = ["main"] +files = [ + {file = "wait_for2-0.3.2.tar.gz", hash = "sha256:93863026dc35f3471104ecf7de1f4a0b31f4c8b12a2241c0d6ee26dcc0c2092a"}, +] + [[package]] name = "watchfiles" version = "0.21.0"