From 6c484ddb8dc64b4ded21f2c2a159974fef791e88 Mon Sep 17 00:00:00 2001 From: vincent porte Date: Mon, 19 Jun 2023 17:38:08 +0200 Subject: [PATCH] wip --- poetry.lock | 58 +++++++++++++++++++++---------------------- pyproject.toml | 1 - requirements/base.txt | 11 ++------ requirements/dev.txt | 10 ++++---- 4 files changed, 36 insertions(+), 44 deletions(-) diff --git a/poetry.lock b/poetry.lock index bef042597..0790f79db 100644 --- a/poetry.lock +++ b/poetry.lock @@ -97,18 +97,18 @@ uvloop = ["uvloop (>=0.15.2)"] [[package]] name = "boto3" -version = "1.26.153" +version = "1.26.155" description = "The AWS SDK for Python" category = "main" optional = false python-versions = ">= 3.7" files = [ - {file = "boto3-1.26.153-py3-none-any.whl", hash = "sha256:ec3a4aef45d16d9362191aa245a31059df009cd73668d0c3b15126cfeb5d3fd7"}, - {file = "boto3-1.26.153.tar.gz", hash = "sha256:92de7eec15adda76abff0580b1e8ca70646470fba4c807934062456d0c5c9171"}, + {file = "boto3-1.26.155-py3-none-any.whl", hash = "sha256:dd15823e8c0554d98c18584d9a6a0342c67611c1114ef61495934c2e560f632c"}, + {file = "boto3-1.26.155.tar.gz", hash = "sha256:2d4095e2029ce5ceccb25591f13e55aa5b8ba17794de09963654bd9ced45158f"}, ] [package.dependencies] -botocore = ">=1.29.153,<1.30.0" +botocore = ">=1.29.155,<1.30.0" jmespath = ">=0.7.1,<2.0.0" s3transfer = ">=0.6.0,<0.7.0" @@ -117,14 +117,14 @@ crt = ["botocore[crt] (>=1.21.0,<2.0a0)"] [[package]] name = "botocore" -version = "1.29.153" +version = "1.29.155" description = "Low-level, data-driven core of boto 3." category = "main" optional = false python-versions = ">= 3.7" files = [ - {file = "botocore-1.29.153-py3-none-any.whl", hash = "sha256:d6d3294fde297ae76fadb4bafad93ef958f145bb9a502bf7b1e57ff6f8dc4039"}, - {file = "botocore-1.29.153.tar.gz", hash = "sha256:d59b8e87138581a339b9f84a9e90bc4c1a152cf8ca2adbaad7792a4c4125bffa"}, + {file = "botocore-1.29.155-py3-none-any.whl", hash = "sha256:32d5da68212e10c060fd484f41df4f7048fc7731ccd16fd00e37b11b6e841142"}, + {file = "botocore-1.29.155.tar.gz", hash = "sha256:7fbb7ebba5f645c9750fe557b1ea789d40017a028cdaa2c22fcbf06d4a4d3c1d"}, ] [package.dependencies] @@ -340,7 +340,7 @@ colorama = {version = "*", markers = "platform_system == \"Windows\""} name = "colorama" version = "0.4.6" description = "Cross-platform colored terminal text." -category = "main" +category = "dev" optional = false python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,>=2.7" files = [ @@ -1010,7 +1010,7 @@ files = [ name = "iniconfig" version = "2.0.0" description = "brain-dead simple config-ini parsing" -category = "main" +category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -1229,7 +1229,7 @@ setuptools = "*" name = "packaging" version = "23.1" description = "Core utilities for Python packages" -category = "main" +category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -1343,14 +1343,14 @@ tests = ["check-manifest", "coverage", "defusedxml", "markdown2", "olefile", "pa [[package]] name = "platformdirs" -version = "3.5.3" +version = "3.6.0" description = "A small Python package for determining appropriate platform-specific dirs, e.g. a \"user data dir\"." category = "dev" optional = false python-versions = ">=3.7" files = [ - {file = "platformdirs-3.5.3-py3-none-any.whl", hash = "sha256:0ade98a4895e87dc51d47151f7d2ec290365a585151d97b4d8d6312ed6132fed"}, - {file = "platformdirs-3.5.3.tar.gz", hash = "sha256:e48fabd87db8f3a7df7150a4a5ea22c546ee8bc39bc2473244730d4b56d2cc4e"}, + {file = "platformdirs-3.6.0-py3-none-any.whl", hash = "sha256:ffa199e3fbab8365778c4a10e1fbf1b9cd50707de826eb304b50e57ec0cc8d38"}, + {file = "platformdirs-3.6.0.tar.gz", hash = "sha256:57e28820ca8094678b807ff529196506d7a21e17156cb1cddb3e74cebce54640"}, ] [package.extras] @@ -1359,14 +1359,14 @@ test = ["appdirs (==1.4.4)", "covdefaults (>=2.3)", "pytest (>=7.3.1)", "pytest- [[package]] name = "pluggy" -version = "1.0.0" +version = "1.1.0" description = "plugin and hook calling mechanisms for python" -category = "main" +category = "dev" optional = false -python-versions = ">=3.6" +python-versions = ">=3.7" files = [ - {file = "pluggy-1.0.0-py2.py3-none-any.whl", hash = "sha256:74134bbf457f031a36d68416e1509f34bd5ccc019f0bcc952c7b909d06b37bd3"}, - {file = "pluggy-1.0.0.tar.gz", hash = "sha256:4224373bacce55f955a878bf9cfa763c1e360858e330072059e10bad68531159"}, + {file = "pluggy-1.1.0-py3-none-any.whl", hash = "sha256:d81d19a3a88d82ed06998353ce5d5c02587ef07ee2d808ae63904ab0ccef0087"}, + {file = "pluggy-1.1.0.tar.gz", hash = "sha256:c500b592c5512df35622e4faf2135aa0b7e989c7d31344194b4afb9d5e47b1bf"}, ] [package.extras] @@ -1653,7 +1653,7 @@ tests = ["hypothesis (>=3.27.0)", "pytest (>=3.2.1,!=3.3.0)"] name = "pytest" version = "7.3.2" description = "pytest: simple powerful testing with Python" -category = "main" +category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -1676,7 +1676,7 @@ testing = ["argcomplete", "attrs (>=19.2.0)", "hypothesis (>=3.56)", "mock", "no name = "pytest-django" version = "4.5.2" description = "A Django plugin for pytest." -category = "main" +category = "dev" optional = false python-versions = ">=3.5" files = [ @@ -2036,7 +2036,7 @@ test = ["pytest", "pytest-cov"] name = "tomli" version = "2.0.1" description = "A lil' TOML parser" -category = "main" +category = "dev" optional = false python-versions = ">=3.7" files = [ @@ -2099,24 +2099,24 @@ socks = ["PySocks (>=1.5.6,!=1.5.7,<2.0)"] [[package]] name = "virtualenv" -version = "20.23.0" +version = "20.23.1" description = "Virtual Python Environment builder" category = "dev" optional = false python-versions = ">=3.7" files = [ - {file = "virtualenv-20.23.0-py3-none-any.whl", hash = "sha256:6abec7670e5802a528357fdc75b26b9f57d5d92f29c5462ba0fbe45feacc685e"}, - {file = "virtualenv-20.23.0.tar.gz", hash = "sha256:a85caa554ced0c0afbd0d638e7e2d7b5f92d23478d05d17a76daeac8f279f924"}, + {file = "virtualenv-20.23.1-py3-none-any.whl", hash = "sha256:34da10f14fea9be20e0fd7f04aba9732f84e593dac291b757ce42e3368a39419"}, + {file = "virtualenv-20.23.1.tar.gz", hash = "sha256:8ff19a38c1021c742148edc4f81cb43d7f8c6816d2ede2ab72af5b84c749ade1"}, ] [package.dependencies] distlib = ">=0.3.6,<1" -filelock = ">=3.11,<4" -platformdirs = ">=3.2,<4" +filelock = ">=3.12,<4" +platformdirs = ">=3.5.1,<4" [package.extras] -docs = ["furo (>=2023.3.27)", "proselint (>=0.13)", "sphinx (>=6.1.3)", "sphinx-argparse (>=0.4)", "sphinxcontrib-towncrier (>=0.2.1a0)", "towncrier (>=22.12)"] -test = ["covdefaults (>=2.3)", "coverage (>=7.2.3)", "coverage-enable-subprocess (>=1)", "flaky (>=3.7)", "packaging (>=23.1)", "pytest (>=7.3.1)", "pytest-env (>=0.8.1)", "pytest-freezegun (>=0.4.2)", "pytest-mock (>=3.10)", "pytest-randomly (>=3.12)", "pytest-timeout (>=2.1)", "setuptools (>=67.7.1)", "time-machine (>=2.9)"] +docs = ["furo (>=2023.5.20)", "proselint (>=0.13)", "sphinx (>=7.0.1)", "sphinx-argparse (>=0.4)", "sphinxcontrib-towncrier (>=0.2.1a0)", "towncrier (>=23.6)"] +test = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "coverage-enable-subprocess (>=1)", "flaky (>=3.7)", "packaging (>=23.1)", "pytest (>=7.3.1)", "pytest-env (>=0.8.1)", "pytest-freezer (>=0.4.6)", "pytest-mock (>=3.10)", "pytest-randomly (>=3.12)", "pytest-timeout (>=2.1)", "setuptools (>=67.8)", "time-machine (>=2.9)"] [[package]] name = "werkzeug" @@ -2237,4 +2237,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "dde19e8d6a24820cf7315ed1b7e7249bbecfd57465cfb58202298ca6ee313e84" +content-hash = "d5b06517721aa7d98df80e72918946e24b594947cc346b1bbcfe87edb188063b" diff --git a/pyproject.toml b/pyproject.toml index fe57bc6a0..db2305298 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,6 @@ coverage = "^6.4.4" django-extensions = "^3.2.1" django-debug-toolbar = "^3.7.0" Werkzeug = "^2.2.2" -pytest-django = "^4.5.2" debugpy = "^1.6.3" factory-boy = "^3.2.1" respx = "^0.20.0" diff --git a/requirements/base.txt b/requirements/base.txt index db4c172a0..4d66c03b9 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -1,9 +1,8 @@ anyio==3.7.0 ; python_version >= "3.10" and python_version < "4.0" asgiref==3.7.2 ; python_version >= "3.10" and python_version < "4.0" -boto3==1.26.153 ; python_version >= "3.10" and python_version < "4.0" -botocore==1.29.153 ; python_version >= "3.10" and python_version < "4.0" +boto3==1.26.155 ; python_version >= "3.10" and python_version < "4.0" +botocore==1.29.155 ; python_version >= "3.10" and python_version < "4.0" certifi==2023.5.7 ; python_version >= "3.10" and python_version < "4.0" -colorama==0.4.6 ; python_version >= "3.10" and python_version < "4.0" and sys_platform == "win32" django-appconf==1.0.5 ; python_version >= "3.10" and python_version < "4.0" django-compressor==4.3.1 ; python_version >= "3.10" and python_version < "4.0" django-csp==3.7 ; python_version >= "3.10" and python_version < "4.0" @@ -24,16 +23,11 @@ h11==0.14.0 ; python_version >= "3.10" and python_version < "4.0" httpcore==0.16.3 ; python_version >= "3.10" and python_version < "4.0" httpx==0.23.3 ; python_version >= "3.10" and python_version < "4.0" idna==3.4 ; python_version >= "3.10" and python_version < "4.0" -iniconfig==2.0.0 ; python_version >= "3.10" and python_version < "4.0" jmespath==1.0.1 ; python_version >= "3.10" and python_version < "4.0" libsass==0.22.0 ; python_version >= "3.10" and python_version < "4.0" markdown2==2.4.8 ; python_version >= "3.10" and python_version < "4" -packaging==23.1 ; python_version >= "3.10" and python_version < "4.0" pillow==9.5.0 ; python_version >= "3.10" and python_version < "4.0" -pluggy==1.0.0 ; python_version >= "3.10" and python_version < "4.0" psycopg2-binary==2.9.6 ; python_version >= "3.10" and python_version < "4.0" -pytest-django==4.5.2 ; python_version >= "3.10" and python_version < "4.0" -pytest==7.3.2 ; python_version >= "3.10" and python_version < "4.0" python-dateutil==2.8.2 ; python_version >= "3.10" and python_version < "4.0" python-dotenv==0.21.1 ; python_version >= "3.10" and python_version < "4.0" rcssmin==1.1.1 ; python_version >= "3.10" and python_version < "4.0" @@ -44,7 +38,6 @@ sentry-sdk==1.25.1 ; python_version >= "3.10" and python_version < "4.0" six==1.16.0 ; python_version >= "3.10" and python_version < "4.0" sniffio==1.3.0 ; python_version >= "3.10" and python_version < "4.0" sqlparse==0.4.4 ; python_version >= "3.10" and python_version < "4.0" -tomli==2.0.1 ; python_version >= "3.10" and python_version < "3.11" typing-extensions==4.6.3 ; python_version >= "3.10" and python_version < "3.11" tzdata==2023.3 ; python_version >= "3.10" and python_version < "4.0" and sys_platform == "win32" urllib3==1.26.16 ; python_version >= "3.10" and python_version < "4.0" diff --git a/requirements/dev.txt b/requirements/dev.txt index b18ad2522..fb0fe0c83 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -2,8 +2,8 @@ anyio==3.7.0 ; python_version >= "3.10" and python_version < "4.0" asgiref==3.7.2 ; python_version >= "3.10" and python_version < "4.0" astroid==2.15.5 ; python_version >= "3.10" and python_version < "4.0" black==22.12.0 ; python_version >= "3.10" and python_version < "4.0" -boto3==1.26.153 ; python_version >= "3.10" and python_version < "4.0" -botocore==1.29.153 ; python_version >= "3.10" and python_version < "4.0" +boto3==1.26.155 ; python_version >= "3.10" and python_version < "4.0" +botocore==1.29.155 ; python_version >= "3.10" and python_version < "4.0" certifi==2023.5.7 ; python_version >= "3.10" and python_version < "4.0" cffi==1.15.1 ; python_version >= "3.10" and python_version < "4.0" cfgv==3.3.1 ; python_version >= "3.10" and python_version < "4.0" @@ -59,8 +59,8 @@ packaging==23.1 ; python_version >= "3.10" and python_version < "4.0" pastel==0.2.1 ; python_version >= "3.10" and python_version < "4.0" pathspec==0.11.1 ; python_version >= "3.10" and python_version < "4.0" pillow==9.5.0 ; python_version >= "3.10" and python_version < "4.0" -platformdirs==3.5.3 ; python_version >= "3.10" and python_version < "4.0" -pluggy==1.0.0 ; python_version >= "3.10" and python_version < "4.0" +platformdirs==3.6.0 ; python_version >= "3.10" and python_version < "4.0" +pluggy==1.1.0 ; python_version >= "3.10" and python_version < "4.0" poethepoet==0.16.5 ; python_version >= "3.10" and python_version < "4.0" pre-commit==2.21.0 ; python_version >= "3.10" and python_version < "4.0" psycopg2-binary==2.9.6 ; python_version >= "3.10" and python_version < "4.0" @@ -95,7 +95,7 @@ tomlkit==0.11.8 ; python_version >= "3.10" and python_version < "4.0" typing-extensions==4.6.3 ; python_version >= "3.10" and python_version < "3.11" tzdata==2023.3 ; python_version >= "3.10" and python_version < "4.0" and sys_platform == "win32" urllib3==1.26.16 ; python_version >= "3.10" and python_version < "4.0" -virtualenv==20.23.0 ; python_version >= "3.10" and python_version < "4.0" +virtualenv==20.23.1 ; python_version >= "3.10" and python_version < "4.0" werkzeug==2.3.6 ; python_version >= "3.10" and python_version < "4.0" whoosh==2.7.4 ; python_version >= "3.10" and python_version < "4.0" wrapt==1.15.0 ; python_version >= "3.10" and python_version < "4.0"