chore: widen dev deps version range (#2755)

This commit is contained in:
Jonas L 2023-10-16 10:40:46 +02:00 committed by GitHub
parent d8e722b31d
commit d071a53fdf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 36 additions and 36 deletions

View File

@ -27,11 +27,11 @@ setup(
],
extras_require={
"dev": [
"distro>=1.8.0,<1.9",
"types-requests>=2.31.0,<2.32",
"distro>=1.8.0,<2",
"types-requests>=2.31.0,<3",
],
"sentry": [
"sentry-sdk>=1.15.0,<1.33",
"sentry-sdk>=1.15.0,<2",
],
},
zip_safe=False,

View File

@ -21,9 +21,9 @@ setup(
],
extras_require={
"dev": [
"requests-mock>=1.10.0,<1.12",
"types-python-dateutil>=2.8.1,<2.9",
"types-requests>=2.31.0,<2.32",
"requests-mock>=1.10.0,<2",
"types-python-dateutil>=2.8.1,<3",
"types-requests>=2.31.0,<3",
],
},
zip_safe=False,

View File

@ -38,17 +38,17 @@ setup(
"uvicorn[standard]>=0.17.6,<0.24.0",
],
"dev": [
"django-coverage-plugin>=3.0.0,<3.2",
"django-stubs>=1.14.0,<4.3",
"djangorestframework-stubs>=1.8.0,<3.15",
"model_bakery>=1.10.1,<1.17",
"psycopg[binary]>=3.1.8,<3.2",
"pylint-django>=2.5.3,<2.6",
"pytest-django>=4.5.2,<4.6",
"requests-mock>=1.10.0,<1.12",
"django-coverage-plugin>=3.0.0,<4",
"django-stubs>=1.14.0,<5",
"djangorestframework-stubs>=1.8.0,<4",
"model_bakery>=1.10.1,<2",
"psycopg[binary]>=3.1.8,<4",
"pylint-django>=2.5.3,<3",
"pytest-django>=4.5.2,<5",
"requests-mock>=1.10.0,<2",
],
"sentry": [
"sentry-sdk[django]>=1.15.0,<1.33",
"sentry-sdk[django]>=1.15.0,<2",
],
},
)

View File

@ -34,15 +34,15 @@ setup(
],
extras_require={
"dev": [
"distro>=1.8.0,<1.9",
"requests-mock>=1.10.0,<1.12",
"syrupy>=4.0.0,<4.6",
"types-backports>=0.1.3,<0.2",
"types-python-dateutil>=2.8.1,<2.9",
"types-requests>=2.31.0,<2.32",
"distro>=1.8.0,<2",
"requests-mock>=1.10.0,<2",
"syrupy>=4.0.0,<5",
"types-backports>=0.1.3,<1",
"types-python-dateutil>=2.8.1,<3",
"types-requests>=2.31.0,<3",
],
"sentry": [
"sentry-sdk>=1.15.0,<1.33",
"sentry-sdk>=1.15.0,<2",
],
},
zip_safe=False,

View File

@ -17,8 +17,8 @@ setup(
],
extras_require={
"dev": [
"types-backports>=0.1.3,<0.2",
"types-pyyaml>=5.3.1,<6.1",
"types-backports>=0.1.3,<1",
"types-pyyaml>=5.3.1,<7",
],
},
)

View File

@ -1,9 +1,9 @@
bandit>=1.7.4,<1.8
black>=23.1.0,<24.0
flake8>=6.0.0,<6.2
isort>=5.12.0,<5.13
mypy==1.6.0
pylint>=2.16.1,<3.1
pytest-cov>=4.0.0,<4.2
pytest-xdist>=3.1.0,<3.4
pytest>=7.2.1,<7.5
bandit>=1.7.4,<2
black>=23.1.0,<24
flake8>=6.0.0,<7
isort>=5.12.0,<6
mypy>=1.6.0,<2
pylint>=2.16.1,<4
pytest-cov>=4.0.0,<5
pytest-xdist>=3.1.0,<4
pytest>=7.2.1,<8

View File

@ -22,11 +22,11 @@ setup(
],
extras_require={
"dev": [
"requests-mock>=1.10.0,<1.12",
"types-requests>=2.31.0,<2.32",
"requests-mock>=1.10.0,<2",
"types-requests>=2.31.0,<3",
],
"sentry": [
"sentry-sdk>=1.15.0,<1.33",
"sentry-sdk>=1.15.0,<2",
],
},
zip_safe=False,