aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-02-16 06:31:12 +0000
committerCédric Bonhomme <cedric@cedricbonhomme.org>2023-02-18 08:34:18 +0000
commitedfc234ed84173f0908c0545e934dd2c9a5df7a8 (patch)
treee7dc026456b5f2db10c1125c50d09722e062883b
parentUpdated alembic. (diff)
downloadnewspipe-edfc234ed84173f0908c0545e934dd2c9a5df7a8.tar.gz
newspipe-edfc234ed84173f0908c0545e934dd2c9a5df7a8.tar.bz2
newspipe-edfc234ed84173f0908c0545e934dd2c9a5df7a8.zip
build(deps): bump werkzeug from 2.2.2 to 2.2.3
Bumps [werkzeug](https://github.com/pallets/werkzeug) from 2.2.2 to 2.2.3. - [Release notes](https://github.com/pallets/werkzeug/releases) - [Changelog](https://github.com/pallets/werkzeug/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/werkzeug/compare/2.2.2...2.2.3) --- updated-dependencies: - dependency-name: werkzeug dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--poetry.lock1
1 files changed, 0 insertions, 1 deletions
diff --git a/poetry.lock b/poetry.lock
index 2cb55e3a..d48fc6c2 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -1423,7 +1423,6 @@ category = "main"
optional = false
python-versions = "*"
files = [
- {file = "opml-0.5-py2.5.egg", hash = "sha256:9d92806e32068ae5eb2d8826b54d3eeaad1d57b9d6c9cbdc28b57369f85c1222"},
{file = "opml-0.5.tar.gz", hash = "sha256:db1eef2a251b8af33e2eabb62baf922006dbd8c66c742931090e331a0362a770"},
]
bgstack15