Skip to content

Commit

Permalink
Merge pull request #232 from opensafely-core/steve/update-dev-require…
Browse files Browse the repository at this point in the history
…ments-2023-11-16

chore: Update dev requirements
  • Loading branch information
StevenMaude authored Dec 6, 2023
2 parents 9a2f28e + 4ace5bb commit 2e140f7
Showing 1 changed file with 56 additions and 39 deletions.
95 changes: 56 additions & 39 deletions requirements.dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,118 +5,135 @@
# pip-compile --allow-unsafe --output-file=requirements.dev.txt requirements.dev.in
#
attrs==23.1.0
# via jsonschema
black==23.3.0
# via
# jsonschema
# referencing
black==23.11.0
# via -r requirements.dev.in
build==0.10.0
build==1.0.3
# via pip-tools
certifi==2023.5.7
certifi==2023.7.22
# via requests
cfgv==3.3.1
cfgv==3.4.0
# via pre-commit
charset-normalizer==3.1.0
charset-normalizer==3.3.2
# via requests
click==8.1.3
click==8.1.7
# via
# black
# pip-tools
# vendoring
coverage==7.2.5
coverage==7.3.2
# via -r requirements.dev.in
distlib==0.3.6
distlib==0.3.7
# via virtualenv
exceptiongroup==1.1.1
exceptiongroup==1.1.3
# via pytest
filelock==3.12.0
filelock==3.13.1
# via virtualenv
identify==2.5.24
identify==2.5.31
# via pre-commit
idna==3.4
# via requests
importlib-resources==5.12.0
# via jsonschema
importlib-metadata==6.8.0
# via build
importlib-resources==6.1.1
# via
# jsonschema
# jsonschema-specifications
iniconfig==2.0.0
# via pytest
jsonschema==4.17.3
jsonschema==4.19.2
# via vendoring
markdown-it-py==2.2.0
jsonschema-specifications==2023.11.1
# via jsonschema
markdown-it-py==3.0.0
# via rich
mdurl==0.1.2
# via markdown-it-py
mypy-extensions==1.0.0
# via black
nodeenv==1.8.0
# via pre-commit
packaging==23.1
packaging==23.2
# via
# black
# build
# pytest
# vendoring
pathspec==0.11.1
pathspec==0.11.2
# via black
pip-tools==6.13.0
pip-tools==7.3.0
# via -r requirements.dev.in
pkgutil-resolve-name==1.3.10
# via jsonschema
platformdirs==3.5.1
platformdirs==3.11.0
# via
# black
# virtualenv
pluggy==1.0.0
pluggy==1.3.0
# via pytest
pre-commit==3.3.2
pre-commit==3.5.0
# via -r requirements.dev.in
pygments==2.15.1
pygments==2.16.1
# via rich
pyproject-hooks==1.0.0
# via build
pyrsistent==0.19.3
# via jsonschema
pytest==7.3.1
pytest==7.4.3
# via -r requirements.dev.in
pyyaml==6.0
pyyaml==6.0.1
# via pre-commit
requests==2.30.0
referencing==0.31.0
# via
# jsonschema
# jsonschema-specifications
requests==2.31.0
# via
# requests-mock
# vendoring
requests-mock==1.10.0
requests-mock==1.11.0
# via -r requirements.dev.in
rich==13.3.5
rich==13.7.0
# via vendoring
ruff==0.0.267
rpds-py==0.13.0
# via
# jsonschema
# referencing
ruff==0.1.5
# via -r requirements.dev.in
six==1.16.0
# via requests-mock
tomli==2.0.1
# via
# black
# build
# pip-tools
# pyproject-hooks
# pytest
# vendoring
typing-extensions==4.5.0
typing-extensions==4.8.0
# via
# black
# rich
urllib3==2.0.2
urllib3==2.1.0
# via requests
vendoring @ https://github.com/opensafely-core/vendoring/archive/add-preserve-metadata-option.zip ; python_version >= "3.8"
# via -r requirements.dev.in
virtualenv==20.23.0
virtualenv==20.24.6
# via pre-commit
wheel==0.40.0
wheel==0.41.3
# via
# -r requirements.dev.in
# pip-tools
zipp==3.15.0
# via importlib-resources
zipp==3.17.0
# via
# importlib-metadata
# importlib-resources

# The following packages are considered to be unsafe in a requirements file:
pip==23.1.2
pip==23.3.1
# via pip-tools
setuptools==67.7.2
setuptools==68.2.2
# via
# nodeenv
# pip-tools

0 comments on commit 2e140f7

Please sign in to comment.