update deps

This commit is contained in:
Valentin Boettcher 2022-12-02 15:26:37 -05:00
parent 9c3fc669f6
commit 8ede222312
No known key found for this signature in database
GPG key ID: E034E12B7AF56ACE

10
poetry.lock generated
View file

@ -96,17 +96,17 @@ python-versions = ">=3.7.0"
develop = false
[package.extras]
all = ["typing-extensions (>=3.10.0.0)"]
dev = ["autoapi (>=0.9.0)", "coverage (>=5.5)", "mypy (>=0.800)", "numpy", "pytest (>=4.0.0)", "sphinx", "sphinx (>=4.1.0)", "tox (>=3.20.1)", "typing-extensions"]
all = ["typing_extensions (>=3.10.0.0)"]
dev = ["autoapi (>=0.9.0)", "coverage (>=5.5)", "mypy (>=0.800)", "numpy", "pytest (>=4.0.0)", "sphinx", "sphinx (>=4.1.0)", "tox (>=3.20.1)", "typing_extensions"]
doc-rtd = ["furo (==2022.6.21)", "sphinx (==4.1.0)"]
test-tox = ["mypy (>=0.800)", "numpy", "pytest (>=4.0.0)", "sphinx", "typing-extensions"]
test-tox = ["mypy (>=0.800)", "numpy", "pytest (>=4.0.0)", "sphinx", "typing_extensions"]
test-tox-coverage = ["coverage (>=5.5)"]
[package.source]
type = "git"
url = "https://github.com/beartype/beartype"
reference = "main"
resolved_reference = "8f33d55d7673dc7f2e57216ed03e27d9b971f443"
resolved_reference = "f536570a1b8dc1d8f5cb3c07e93ce7915eabb899"
[[package]]
name = "beautifulsoup4"
@ -345,7 +345,7 @@ plotting = ["matplotlib (>=3.5.0,<4.0.0)"]
type = "git"
url = "git@gitlab.hrz.tu-chemnitz.de:s8896854--tu-dresden.de/hops.git"
reference = "main"
resolved_reference = "ef9c3a500f9b2aa954a7f5b228c81d5363630b0d"
resolved_reference = "292cc70678bccbdeaa3e6e7a88cbc56c1694149e"
[[package]]
name = "humanfriendly"