diff options
author | 2024-03-31 09:17:40 +0200 | |
---|---|---|
committer | 2024-03-31 09:17:40 +0200 | |
commit | 341b00b5e3a1c046a10ae41c557baa91bdd00688 (patch) | |
tree | 2e96cd5e93764998046a3b5c14f8bb84e3fb58f3 /poetry.lock | |
parent | Merge pull request #1276 from python-discord/support-test-keepdb (diff) | |
parent | Revert "Bump djangorestframework from 3.14.0 to 3.15.1" (diff) |
Merge pull request #1278 from python-discord/revert-1271-dependabot/pip/djangorestframework-3.15.1
Revert "Bump djangorestframework from 3.14.0 to 3.15.1"
Diffstat (limited to 'poetry.lock')
-rw-r--r-- | poetry.lock | 20 |
1 files changed, 16 insertions, 4 deletions
diff --git a/poetry.lock b/poetry.lock index 86970757..8239793e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -462,17 +462,18 @@ dev = ["PyGithub (>=1.43,<2.0)", "flake8 (>=3.8,<4.0)", "flake8-annotations (>=2 [[package]] name = "djangorestframework" -version = "3.15.1" +version = "3.14.0" description = "Web APIs for Django, made easy." optional = false python-versions = ">=3.6" files = [ - {file = "djangorestframework-3.15.1-py3-none-any.whl", hash = "sha256:3ccc0475bce968608cf30d07fb17d8e52d1d7fc8bfe779c905463200750cbca6"}, - {file = "djangorestframework-3.15.1.tar.gz", hash = "sha256:f88fad74183dfc7144b2756d0d2ac716ea5b4c7c9840995ac3bfd8ec034333c1"}, + {file = "djangorestframework-3.14.0-py3-none-any.whl", hash = "sha256:eb63f58c9f218e1a7d064d17a70751f528ed4e1d35547fdade9aaf4cd103fd08"}, + {file = "djangorestframework-3.14.0.tar.gz", hash = "sha256:579a333e6256b09489cbe0a067e66abe55c6595d8926be6b99423786334350c8"}, ] [package.dependencies] django = ">=3.0" +pytz = "*" [[package]] name = "filelock" @@ -912,6 +913,17 @@ docs = ["sphinx"] test = ["mypy", "pyaml", "pytest", "toml", "types-PyYAML", "types-toml"] [[package]] +name = "pytz" +version = "2024.1" +description = "World timezone definitions, modern and historical" +optional = false +python-versions = "*" +files = [ + {file = "pytz-2024.1-py2.py3-none-any.whl", hash = "sha256:328171f4e3623139da4983451950b28e95ac706e13f3f2630a879749e7a8b319"}, + {file = "pytz-2024.1.tar.gz", hash = "sha256:2a29735ea9c18baf14b448846bde5a48030ed267578472d8955cd0e7443a9812"}, +] + +[[package]] name = "pyyaml" version = "6.0.1" description = "YAML parser and emitter for Python" @@ -1212,4 +1224,4 @@ brotli = ["Brotli"] [metadata] lock-version = "2.0" python-versions = "3.11.*" -content-hash = "4f8439d34f38d81f62fb06e19a913cb8358ddf968aa382378aebc07724dd2dd1" +content-hash = "4028778c4e713fb935bcc463c3ed209f6251f09c62db700b95524469022b7895" |