diff --git a/poetry.lock b/poetry.lock index d792159d..960673bd 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1567,17 +1567,17 @@ six = ">=1.5" [[package]] name = "python-redmine" -version = "2.4.0" +version = "2.5.0" description = "Library for communicating with a Redmine project management application" optional = false -python-versions = ">=3.7, <4" +python-versions = "<4,>=3.7" files = [ - {file = "python-redmine-2.4.0.tar.gz", hash = "sha256:29e1c479e6bedc4b193f84dda25121a1a0fcc30969c7f0f6e729c5638749e9d8"}, - {file = "python_redmine-2.4.0-py3-none-any.whl", hash = "sha256:c9b6ee4465516c1794fe8038b98ddc8bf9d8caa3c0564cf2bc6ea7d4637a2d3a"}, + {file = "python-redmine-2.5.0.tar.gz", hash = "sha256:81bdc529aaf188658e2d07488096c795d03d4e256711bfa3fa3f17b1eecc471b"}, + {file = "python_redmine-2.5.0-py3-none-any.whl", hash = "sha256:4b9c1dbcf46f96bed963ab48eab432f06c7ae342df9751d04cb54d268e2e8055"}, ] [package.dependencies] -requests = ">=2.28.2" +requests = ">=2.31.0" [[package]] name = "pytz" @@ -1979,4 +1979,4 @@ testing = ["big-O", "flake8 (<5)", "jaraco.functools", "jaraco.itertools", "more [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "b8cce5617337a54b304c7ecfc263b2cf4361d27fb0f47eb6dc1cb27c33e37ef6" +content-hash = "aca736f778e40093c0e17f38f5313eef55774a4a9a2f501c8dcc5842ef667e1f" diff --git a/pyproject.toml b/pyproject.toml index b3fcc788..1689082d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ pyexcel-xlsx = "^0.6.0" pyexcel-ezodf = "^0.3.4" django-environ = "^0.11.2" django-money = "^3.1.0" -python-redmine = "^2.4.0" +python-redmine = "^2.5.0" sentry-sdk = "^1.26.0" whitenoise = "^6.5.0" django-hurricane = "^1.3.4"