diff options
author | Daniel Schadt <kingdread@gmx.de> | 2023-01-03 19:37:01 +0100 |
---|---|---|
committer | Daniel Schadt <kingdread@gmx.de> | 2023-01-03 19:37:01 +0100 |
commit | 876f098c14c2a51fee12627e852b4264e10566e6 (patch) | |
tree | de5bb2981c8483fe73ba8b60cb0165204a2315d2 /pyproject.toml | |
parent | 14775ac70eca66a7df67dc6773f0ed3f2003d3e6 (diff) | |
download | fietsboek-876f098c14c2a51fee12627e852b4264e10566e6.tar.gz fietsboek-876f098c14c2a51fee12627e852b4264e10566e6.tar.bz2 fietsboek-876f098c14c2a51fee12627e852b4264e10566e6.zip |
update dependencies
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pyproject.toml b/pyproject.toml index 4763834..2ad5db5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,10 +41,10 @@ redis = "^4.3.4" # Compatibility with old Python versions importlib_resources = "^5.10" -importlib_metadata = "^5.0.0" +importlib_metadata = "^6.0.0" Babel = "^2.11" -cryptography = "^38" +cryptography = "^39" gpxpy = "^1.5" markdown = "^3.4" bleach = "^5" |