build(deps): bump datetime from 5.2 to 5.3 (#390)

Bumps [datetime](https://github.com/zopefoundation/DateTime) from 5.2 to
5.3.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/zopefoundation/DateTime/blob/master/CHANGES.rst">datetime's
changelog</a>.</em></p>
<blockquote>
<h2>5.3 (2023-11-14)</h2>
<ul>
<li>
<p>Add support for Python 3.12.</p>
</li>
<li>
<p>Add preliminary support for Python 3.13a2.</p>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="6e2681aecf"><code>6e2681a</code></a>
Preparing release 5.3</li>
<li><a
href="28124d7778"><code>28124d7</code></a>
Add support for Python 3.12. (<a
href="https://redirect.github.com/zopefoundation/DateTime/issues/57">#57</a>)</li>
<li><a
href="5a434fd341"><code>5a434fd</code></a>
Fix hopefully temporary problem with Python 3.12 on Windows.</li>
<li><a
href="c22954a741"><code>c22954a</code></a>
Merge pull request <a
href="https://redirect.github.com/zopefoundation/DateTime/issues/55">#55</a>
from zopefoundation/config-with-zope-product-template-...</li>
<li><a
href="009cd8b809"><code>009cd8b</code></a>
- Add preliminary support for Python 3.12b4</li>
<li><a
href="1442a44b09"><code>1442a44</code></a>
- documentation and docstring cleanups</li>
<li><a
href="f4af7c61f3"><code>f4af7c6</code></a>
Back to development: 5.3</li>
<li>See full diff in <a
href="https://github.com/zopefoundation/DateTime/compare/5.2...5.3">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=datetime&package-manager=pip&previous-version=5.2&new-version=5.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>
This commit is contained in:
github-actions[bot] 2023-11-14 17:52:35 +01:00 committed by GitHub
commit d68e340155
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]]
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"

View File

@ -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"