Compare commits

..

2 commits

Author SHA1 Message Date
github-actions[bot]
d1f04726cf
Merge c68eaeed5c into dbf9ea8a83 2025-06-03 12:54:42 +00:00
github-actions[bot]
c68eaeed5c
chore(main): release 0.2.2 2025-06-03 12:54:41 +00:00
3 changed files with 22 additions and 11 deletions

View file

@ -1,6 +1,6 @@
# Changelog # 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 ### 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.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.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.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) ## [0.2.1](https://github.com/ublue-os/forge/compare/v0.2.0...v0.2.1) (2025-02-21)

View file

@ -3,6 +3,6 @@ collections:
- name: ansible.posix - name: ansible.posix
version: 2.0.0 version: 2.0.0
- name: community.general - name: community.general
version: 11.0.0 version: 10.7.0
- name: containers.podman - name: containers.podman
version: 1.16.3 version: 1.16.3

28
anvil/poetry.lock generated
View file

@ -1218,14 +1218,14 @@ files = [
[[package]] [[package]]
name = "nicegui" name = "nicegui"
version = "2.20.0" version = "2.19.0"
description = "Create web-based user interfaces with Python. The nice way." description = "Create web-based user interfaces with Python. The nice way."
optional = false optional = false
python-versions = "<4.0,>=3.8" python-versions = "<4.0,>=3.8"
groups = ["main"] groups = ["main"]
files = [ files = [
{file = "nicegui-2.20.0-py3-none-any.whl", hash = "sha256:db550537e2664e916080bc381bf29d0659570e42cdceb224b94a418e4db85c8c"}, {file = "nicegui-2.19.0-py3-none-any.whl", hash = "sha256:942b14d40a388ddb60a2f1cb99a762691d8277d7bc654f70ba6669a7e326e5ed"},
{file = "nicegui-2.20.0.tar.gz", hash = "sha256:b238df9c3e9f915d6f74b005e5a66f40f0a7a0598bf9f8fcc5b03326b1b704f7"}, {file = "nicegui-2.19.0.tar.gz", hash = "sha256:4af73221fb9004f82c1819aa4010fbfa3da3ee250a1b65815f8133e63bcc9f87"},
] ]
[package.dependencies] [package.dependencies]
@ -1245,12 +1245,13 @@ Pygments = ">=2.15.1,<3.0.0"
python-engineio = ">=4.12.0" python-engineio = ">=4.12.0"
python-multipart = ">=0.0.18" python-multipart = ">=0.0.18"
python-socketio = {version = ">=5.10.0", extras = ["asyncio-client"]} 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\""} starlette = {version = ">=0.45.3", markers = "python_version >= \"3.9\""}
typing-extensions = ">=4.0.0" 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" 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"]} uvicorn = {version = ">=0.22.0", extras = ["standard"]}
vbuild = ">=0.8.2" vbuild = ">=0.8.2"
wait_for2 = ">=0.3.2"
watchfiles = ">=0.18.1" watchfiles = ">=0.18.1"
[package.extras] [package.extras]
@ -1964,19 +1965,19 @@ typing-extensions = {version = ">=4.4.0", markers = "python_version < \"3.13\""}
[[package]] [[package]]
name = "requests" name = "requests"
version = "2.32.4" version = "2.32.3"
description = "Python HTTP for Humans." description = "Python HTTP for Humans."
optional = false optional = false
python-versions = ">=3.8" python-versions = ">=3.8"
groups = ["main"] groups = ["main"]
files = [ files = [
{file = "requests-2.32.4-py3-none-any.whl", hash = "sha256:27babd3cda2a6d50b30443204ee89830707d396671944c998b5975b031ac2b2c"}, {file = "requests-2.32.3-py3-none-any.whl", hash = "sha256:70761cfe03c773ceb22aa2f671b4757976145175cdfca038c02654d061d6dcc6"},
{file = "requests-2.32.4.tar.gz", hash = "sha256:27d0316682c8a29834d3264820024b62a36942083d52caf2f14c0591336d3422"}, {file = "requests-2.32.3.tar.gz", hash = "sha256:55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760"},
] ]
[package.dependencies] [package.dependencies]
certifi = ">=2017.4.17" certifi = ">=2017.4.17"
charset_normalizer = ">=2,<4" charset-normalizer = ">=2,<4"
idna = ">=2.5,<4" idna = ">=2.5,<4"
urllib3 = ">=1.21.1,<3" urllib3 = ">=1.21.1,<3"
@ -2432,6 +2433,17 @@ files = [
[package.dependencies] [package.dependencies]
pscript = ">=0.7.0,<0.8.0" 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]] [[package]]
name = "watchfiles" name = "watchfiles"
version = "0.21.0" version = "0.21.0"