diff --git a/poetry.lock b/poetry.lock index cb5e7928f3..cafa5ba914 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3897,13 +3897,13 @@ requests = {version = ">=2.20", markers = "python_version >= \"3.0\""} [[package]] name = "tblib" -version = "1.7.0" +version = "2.0.0" description = "Traceback serialization library." optional = false -python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" +python-versions = ">=3.7" files = [ - {file = "tblib-1.7.0-py2.py3-none-any.whl", hash = "sha256:289fa7359e580950e7d9743eab36b0691f0310fce64dee7d9c31065b8f723e23"}, - {file = "tblib-1.7.0.tar.gz", hash = "sha256:059bd77306ea7b419d4f76016aef6d7027cc8a0785579b5aad198803435f882c"}, + {file = "tblib-2.0.0-py3-none-any.whl", hash = "sha256:9100bfa016b047d5b980d66e7efed952fbd20bd85b56110aaf473cb97d18709a"}, + {file = "tblib-2.0.0.tar.gz", hash = "sha256:a6df30f272c08bf8be66e0775fad862005d950a6b8449b94f7c788731d70ecd7"}, ] [[package]] @@ -4768,4 +4768,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = ">=3.11, <3.12" -content-hash = "7db32198fa967b6cd07d76e67404b6ee1c64b09658d9437f5051338132f4ddb4" +content-hash = "a3f59fd8185c7ae49a35afa2bc9f85bc8bd33e3816e56b8a17d60bf0ef372c12" diff --git a/pyproject.toml b/pyproject.toml index 9ce51aa882..a85ab69e43 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -122,7 +122,7 @@ pytest = "^7.3.1" pytest-django = "^4.5.2" flake8 = "^6.0.0" exrex = "^0.11.0" -tblib = "^1.7.0" +tblib = "^2.0.0" flynt = "^0.78" mypy = "^1.2.0" types-python-dateutil = "^2.8.19.12"