From 62355a3ec28497bedf85f2752344e80b4563c92e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Nov 2023 15:39:53 +0000 Subject: [PATCH] build(deps): bump datetime from 5.2 to 5.3 Bumps [datetime](https://github.com/zopefoundation/DateTime) from 5.2 to 5.3. - [Changelog](https://github.com/zopefoundation/DateTime/blob/master/CHANGES.rst) - [Commits](https://github.com/zopefoundation/DateTime/compare/5.2...5.3) --- updated-dependencies: - dependency-name: datetime dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index bce9b92..8cfdcfc 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1120,13 +1120,13 @@ langdetect = ["langdetect"] [[package]] name = "datetime" -version = "5.2" +version = "5.3" description = "This package provides a DateTime data type, as known from Zope. Unless you need to communicate with Zope APIs, you're probably better off using Python's built-in datetime module." optional = false python-versions = ">=3.7" files = [ - {file = "DateTime-5.2-py3-none-any.whl", hash = "sha256:25250fb36f7184dad805faaf3f012e0b36f353cd97518e8f232babef5c53596e"}, - {file = "DateTime-5.2.tar.gz", hash = "sha256:63194d2184de10e0b41e76596ba6538bd1d89db6f7b3c182789c75b0ac5c6697"}, + {file = "DateTime-5.3-py3-none-any.whl", hash = "sha256:05669f035ec7ccb24443bda8572078c381edf79c813186f627e9e8e5c6e8e6e6"}, + {file = "DateTime-5.3.tar.gz", hash = "sha256:4762a9b371ce696b7ffb82b869d2906fad94fdecdb1685bfbec1e2d8f37e5a98"}, ] [package.dependencies] @@ -7403,4 +7403,4 @@ web-server = ["dash", "dash-auth", "dash-bootstrap-components", "matplotlib", "n [metadata] lock-version = "2.0" python-versions = ">=3.11,<3.13" -content-hash = "3a1559dc1f7f12c31a3e4357da2558c62d54aadfc132caac4ea71972a04f66a1" +content-hash = "c46c5564d0c0af5e27f4697d3943c9b9e222eeff531475c1d8aaad672675cac6" diff --git a/pyproject.toml b/pyproject.toml index d4951d1..673a543 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -58,7 +58,7 @@ dash-bootstrap-components = "^1.5.0" dash-daq = "^0.5.0" dash_cytoscape = "^0.3.0" dashvis = "^0.1.3" -datetime = "^5.2" +datetime = "^5.3" deutschland = {git = "https://github.com/TrisNol/deutschland.git", branch = "hotfix/python-3.11-support"} frozendict = "^2.3.8" html5lib = "^1.1"