Compare commits

..

4 commits

Author SHA1 Message Date
github-actions[bot]
db85907088
Merge 7d1b0d54d8 into e6db5b81b7 2025-06-19 14:20:58 +00:00
github-actions[bot]
7d1b0d54d8
chore(main): release 0.2.2 2025-06-19 14:20:57 +00:00
Jorge O. Castro
e6db5b81b7
Merge pull request #145 from ublue-os/dependabot/pip/anvil/urllib3-2.5.0 2025-06-19 10:20:08 -04:00
dependabot[bot]
0c23152f6c
chore(deps): bump urllib3 from 2.2.2 to 2.5.0 in /anvil
Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.2.2 to 2.5.0.
- [Release notes](https://github.com/urllib3/urllib3/releases)
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
- [Commits](https://github.com/urllib3/urllib3/compare/2.2.2...2.5.0)

---
updated-dependencies:
- dependency-name: urllib3
  dependency-version: 2.5.0
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-06-19 03:50:32 +00:00
2 changed files with 5 additions and 5 deletions

View file

@ -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-19)
### Bug Fixes

8
anvil/poetry.lock generated
View file

@ -2329,14 +2329,14 @@ files = [
[[package]]
name = "urllib3"
version = "2.2.2"
version = "2.5.0"
description = "HTTP library with thread-safe connection pooling, file post, and more."
optional = false
python-versions = ">=3.8"
python-versions = ">=3.9"
groups = ["main"]
files = [
{file = "urllib3-2.2.2-py3-none-any.whl", hash = "sha256:a448b2f64d686155468037e1ace9f2d2199776e17f0a46610480d311f73e3472"},
{file = "urllib3-2.2.2.tar.gz", hash = "sha256:dd505485549a7a552833da5e6063639d0d177c04f23bc3864e41e5dc5f612168"},
{file = "urllib3-2.5.0-py3-none-any.whl", hash = "sha256:e6b01673c0fa6a13e374b50871808eb3bf7046c4b125b216f6bf1cc604cff0dc"},
{file = "urllib3-2.5.0.tar.gz", hash = "sha256:3fc47733c7e419d4bc3f6b3dc2b4f890bb743906a30d56ba4a5bfa4bbff92760"},
]
[package.extras]