Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

W14 dependency updates #3558

Closed
wants to merge 3 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion metadeploy/api/tests/test_views.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def test_job__cannot_see(self, client, job_factory):
response = client.get(reverse("job-detail", kwargs={"pk": job.id}))

assert response.status_code == 404
assert response.json() == {"detail": "Not found."}
assert response.json() == {"detail": "No Job matches the given query."}

def test_job__is_staff(self, client, user_factory, job_factory):
staff_user = user_factory(is_staff=True)
Expand Down
67 changes: 35 additions & 32 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,31 +2,31 @@
# This file is autogenerated by pip-compile with Python 3.9
# by the following command:
#
# pip-compile --output-file=requirements/dev.txt requirements/dev.in
# pip-compile requirements/dev.in
#
alabaster==0.7.16
# via sphinx
asgiref==3.7.2
asgiref==3.8.1
# via
# -c requirements/prod.txt
# django
asttokens==2.4.1
# via stack-data
babel==2.14.0
# via sphinx
black==23.12.1
black==24.3.0
# via -r requirements/dev.in
build==1.0.3
build==1.2.1
# via pip-tools
certifi==2023.7.22
certifi==2024.2.2
# via
# -c requirements/prod.txt
# requests
charset-normalizer==3.2.0
charset-normalizer==3.3.2
# via
# -c requirements/prod.txt
# requests
click==8.1.6
click==8.1.7
# via
# -c requirements/prod.txt
# black
Expand All @@ -39,7 +39,7 @@ coveralls==3.3.1
# via -r requirements/dev.in
decorator==5.1.1
# via ipython
django==4.2.9
django==4.2.11
# via
# -c requirements/prod.txt
# django-extensions
Expand All @@ -62,20 +62,20 @@ factory-boy==3.3.0
# via
# -r requirements/dev.in
# pytest-factoryboy
faker==19.3.0
faker==24.4.0
# via
# -c requirements/prod.txt
# factory-boy
flake8==7.0.0
# via -r requirements/dev.in
idna==3.4
idna==3.6
# via
# -c requirements/prod.txt
# requests
# yarl
imagesize==1.4.1
# via sphinx
importlib-metadata==6.8.0
importlib-metadata==7.1.0
# via
# -c requirements/prod.txt
# build
Expand All @@ -90,7 +90,7 @@ isort==5.13.2
# via -r requirements/dev.in
jedi==0.19.1
# via ipython
jinja2==3.1.2
jinja2==3.1.3
# via
# -c requirements/prod.txt
# myst-parser
Expand All @@ -100,7 +100,7 @@ markdown-it-py==2.2.0
# -c requirements/prod.txt
# mdit-py-plugins
# myst-parser
markupsafe==2.1.3
markupsafe==2.1.5
# via
# -c requirements/prod.txt
# jinja2
Expand All @@ -114,30 +114,31 @@ mdurl==0.1.2
# via
# -c requirements/prod.txt
# markdown-it-py
multidict==6.0.4
multidict==6.0.5
# via yarl
mypy-extensions==1.0.0
# via black
myst-parser==1.0.0
# via -r requirements/dev.in
packaging==23.2
packaging==24.0
# via
# -c requirements/prod.txt
# black
# build
# pytest
# pytest-factoryboy
# sphinx
parso==0.8.3
# via jedi
pathspec==0.12.1
# via black
pexpect==4.9.0
# via ipython
pip-tools==7.3.0
pip-tools==7.4.1
# via -r requirements/dev.in
platformdirs==4.1.0
platformdirs==4.2.0
# via black
pluggy==1.3.0
pluggy==1.4.0
# via pytest
prompt-toolkit==3.0.43
# via ipython
Expand All @@ -155,26 +156,28 @@ pygments==2.17.2
# ipython
# sphinx
pyproject-hooks==1.0.0
# via build
pytest==7.4.4
# via
# build
# pip-tools
pytest==8.1.1
# via
# -r requirements/dev.in
# pytest-asyncio
# pytest-cov
# pytest-django
# pytest-factoryboy
# pytest-mock
pytest-asyncio==0.23.3
pytest-asyncio==0.23.6
# via -r requirements/dev.in
pytest-cov==4.1.0
pytest-cov==5.0.0
# via -r requirements/dev.in
pytest-django==4.7.0
pytest-django==4.8.0
# via -r requirements/dev.in
pytest-factoryboy==2.6.0
pytest-factoryboy==2.7.0
# via -r requirements/dev.in
pytest-mock==3.12.0
pytest-mock==3.14.0
# via -r requirements/dev.in
python-dateutil==2.8.2
python-dateutil==2.9.0.post0
# via
# -c requirements/prod.txt
# faker
Expand Down Expand Up @@ -229,33 +232,33 @@ tomli==2.0.1
# pip-tools
# pyproject-hooks
# pytest
traitlets==5.14.1
traitlets==5.14.2
# via
# ipython
# matplotlib-inline
typing-extensions==4.7.1
typing-extensions==4.10.0
# via
# -c requirements/prod.txt
# asgiref
# black
# ipython
# pytest-factoryboy
urllib3==1.26.16
urllib3==1.26.18
# via
# -c requirements/prod.txt
# requests
# vcrpy
vcrpy==5.1.0
vcrpy==6.0.1
# via -r requirements/dev.in
wcwidth==0.2.13
# via prompt-toolkit
wheel==0.42.0
wheel==0.43.0
# via pip-tools
wrapt==1.16.0
# via vcrpy
yarl==1.9.4
# via vcrpy
zipp==3.17.0
zipp==3.18.1
# via
# -c requirements/prod.txt
# importlib-metadata
Expand Down
Loading
Loading