diff --git a/poetry.lock b/poetry.lock index 8ab13977b..af15fa60c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1578,7 +1578,7 @@ tests = ["check-manifest", "coverage", "defusedxml", "markdown2", "olefile", "pa name = "pip" version = "23.2.1" description = "The PyPA recommended tool for installing Python packages." -optional = false +optional = true python-versions = ">=3.7" files = [ {file = "pip-23.2.1-py3-none-any.whl", hash = "sha256:7ccf472345f20d35bdc9d1841ff5f313260c2c33fe417f48c30ac46cccabf5be"}, @@ -1783,13 +1783,13 @@ pyasn1 = ">=0.4.6,<0.6.0" [[package]] name = "pycodestyle" -version = "2.11.0" +version = "2.11.1" description = "Python style guide checker" optional = false python-versions = ">=3.8" files = [ - {file = "pycodestyle-2.11.0-py2.py3-none-any.whl", hash = "sha256:5d1013ba8dc7895b548be5afb05740ca82454fd899971563d2ef625d090326f8"}, - {file = "pycodestyle-2.11.0.tar.gz", hash = "sha256:259bcc17857d8a8b3b4a2327324b79e5f020a13c16074670f9c8c8f872ea76d0"}, + {file = "pycodestyle-2.11.1-py2.py3-none-any.whl", hash = "sha256:44fe31000b2d866f2e41841b18528a505fbd7fef9017b04eff4e2648a0fadc67"}, + {file = "pycodestyle-2.11.1.tar.gz", hash = "sha256:41ba0e7afc9752dfb53ced5489e89f8186be00e599e712660695b7a75ff2663f"}, ] [[package]] @@ -2848,4 +2848,4 @@ prod = ["boto3", "django-ses", "django-storages", "psycopg2-binary", "zappa"] [metadata] lock-version = "2.0" python-versions = "~3.11" -content-hash = "cbcf464e58b11b1ad7ebf113492ecfb8194bddc518c691adaae4a890e220f950" +content-hash = "37bb34eec936092019300cb063b7248623fcb1bde71a5ba82adfbeca309c5626" diff --git a/pyproject.toml b/pyproject.toml index 61b0c9ab1..5790074e8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -55,7 +55,6 @@ zappa = { version = "~0.58", optional = true } django-storages = { version = "~1.14", extras = ["s3"], optional = true } # psyco postgresql psycopg2-binary = { version = "~2.9", optional = true } -pip = "^23.2.1" [tool.poetry.dev-dependencies]