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] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-11-14 15:39:53 +00:00 committed by GitHub
parent dd511af3a5
commit 62355a3ec2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@ -1120,13 +1120,13 @@ langdetect = ["langdetect"]
[[package]] [[package]]
name = "datetime" 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." 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 optional = false
python-versions = ">=3.7" python-versions = ">=3.7"
files = [ files = [
{file = "DateTime-5.2-py3-none-any.whl", hash = "sha256:25250fb36f7184dad805faaf3f012e0b36f353cd97518e8f232babef5c53596e"}, {file = "DateTime-5.3-py3-none-any.whl", hash = "sha256:05669f035ec7ccb24443bda8572078c381edf79c813186f627e9e8e5c6e8e6e6"},
{file = "DateTime-5.2.tar.gz", hash = "sha256:63194d2184de10e0b41e76596ba6538bd1d89db6f7b3c182789c75b0ac5c6697"}, {file = "DateTime-5.3.tar.gz", hash = "sha256:4762a9b371ce696b7ffb82b869d2906fad94fdecdb1685bfbec1e2d8f37e5a98"},
] ]
[package.dependencies] [package.dependencies]
@ -7403,4 +7403,4 @@ web-server = ["dash", "dash-auth", "dash-bootstrap-components", "matplotlib", "n
[metadata] [metadata]
lock-version = "2.0" lock-version = "2.0"
python-versions = ">=3.11,<3.13" python-versions = ">=3.11,<3.13"
content-hash = "3a1559dc1f7f12c31a3e4357da2558c62d54aadfc132caac4ea71972a04f66a1" content-hash = "c46c5564d0c0af5e27f4697d3943c9b9e222eeff531475c1d8aaad672675cac6"

View File

@ -58,7 +58,7 @@ dash-bootstrap-components = "^1.5.0"
dash-daq = "^0.5.0" dash-daq = "^0.5.0"
dash_cytoscape = "^0.3.0" dash_cytoscape = "^0.3.0"
dashvis = "^0.1.3" dashvis = "^0.1.3"
datetime = "^5.2" datetime = "^5.3"
deutschland = {git = "https://github.com/TrisNol/deutschland.git", branch = "hotfix/python-3.11-support"} deutschland = {git = "https://github.com/TrisNol/deutschland.git", branch = "hotfix/python-3.11-support"}
frozendict = "^2.3.8" frozendict = "^2.3.8"
html5lib = "^1.1" html5lib = "^1.1"