Skip to content

Commit

Permalink
Bump pytest to 8.3.2 to resolve TypeError when running in Python 3.10…
Browse files Browse the repository at this point in the history
… envs

See [this PR thread](pytest-dev/pytest#8540) for more information.
  • Loading branch information
oliverjwroberts committed Aug 8, 2024
1 parent 108041a commit e23186e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 14 deletions.
2 changes: 1 addition & 1 deletion requirements-dev.in
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ pytest-cov
pytest-django
pytest-env
pytest-mock
pytest
pytest==8.3.2
requests-mock
factory_boy

Expand Down
22 changes: 9 additions & 13 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,10 @@ async-timeout==4.0.3
# via
# -r requirements.txt
# redis
atomicwrites==1.3.0
# via pytest
attrs==23.2.0
# via
# -r requirements.txt
# jsonschema
# pytest
# referencing
backoff==1.10.0
# via
Expand Down Expand Up @@ -156,6 +153,8 @@ ecs-logging==2.2.0
# elastic-apm
elastic-apm==6.23.0
# via -r requirements.txt
exceptiongroup==1.2.2
# via pytest
factory-boy==3.3.0
# via -r requirements-dev.in
faker==2.0.4
Expand Down Expand Up @@ -205,11 +204,12 @@ importlib-metadata==6.11.0
# via
# -r requirements.txt
# opentelemetry-api
# pytest
inflection==0.5.1
# via
# -r requirements.txt
# drf-spectacular
iniconfig==2.0.0
# via pytest
jmespath==0.10.0
# via
# -r requirements.txt
Expand All @@ -229,8 +229,6 @@ kombu==5.3.7
# celery
mccabe==0.7.0
# via flake8
more-itertools==7.0.0
# via pytest
nodeenv==1.8.0
# via
# -r requirements.txt
Expand Down Expand Up @@ -322,7 +320,7 @@ platformdirs==4.2.0
# via
# -r requirements.txt
# virtualenv
pluggy==0.13.1
pluggy==1.5.0
# via pytest
pre-commit==3.7.0
# via
Expand All @@ -343,8 +341,6 @@ protobuf==4.25.3
# opentelemetry-proto
psycopg2==2.9.9
# via -r requirements.txt
py==1.10.0
# via pytest
pycodestyle==2.12.0
# via
# flake8
Expand All @@ -357,7 +353,7 @@ pyjwt==2.4.0
# via
# -r requirements.txt
# notifications-python-client
pytest==4.6.3
pytest==8.3.2
# via
# -r requirements-dev.in
# pytest-cov
Expand Down Expand Up @@ -432,7 +428,6 @@ six==1.16.0
# -r requirements.txt
# click-repl
# faker
# pytest
# python-dateutil
# requests-mock
smart-open==7.0.4
Expand All @@ -444,7 +439,9 @@ sqlparse==0.5.0
text-unidecode==1.3
# via faker
tomli==2.0.1
# via coverage
# via
# coverage
# pytest
typing-extensions==4.11.0
# via
# -r requirements.txt
Expand Down Expand Up @@ -483,7 +480,6 @@ wcwidth==0.2.5
# via
# -r requirements.txt
# prompt-toolkit
# pytest
whitenoise==6.7.0
# via -r requirements.txt
wrapt==1.16.0
Expand Down

0 comments on commit e23186e

Please sign in to comment.