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

Bump the python-requirements group in /requirements with 6 updates #456

Merged
Merged
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 .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ repos:
- id: trailing-whitespace
- id: debug-statements
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.2.1
rev: v0.3.0
hooks:
- id: ruff
- id: ruff-format
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ MYPYC_ENABLE = "1"
src = ["src"]
fix = true
show-fixes = true
show-source = true
output-format = "concise"
line-length = 120
target-version = "py38"

Expand Down
4 changes: 2 additions & 2 deletions requirements/build.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Tools
# ------------------------------------------------------------------------------
wheel==0.42.0 # https://github.com/pypa/wheel
setuptools==69.1.0 # https://github.com/pypa/setuptools
build==1.0.3 # https://github.com/pypa/build
setuptools==69.1.1 # https://github.com/pypa/setuptools
build==1.1.1 # https://github.com/pypa/build
packaging==23.2 # https://github.com/pypa/packaging
pyproject-hooks==1.0.0 # https://github.com/pypa/pyproject-hooks
twine==5.0.0 # https://github.com/pypa/twine
2 changes: 1 addition & 1 deletion requirements/style.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Code formatter + Code quality + Code linter
# ------------------------------------------------------------------------------
ruff==0.2.1 # https://github.com/astral-sh/ruff
ruff==0.3.0 # https://github.com/astral-sh/ruff
4 changes: 2 additions & 2 deletions requirements/tests.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Testing
# ------------------------------------------------------------------------------
pytest==8.0.0 # https://github.com/pytest-dev/pytest
pytest==8.0.2 # https://github.com/pytest-dev/pytest
pytest-cov==4.1.0 # https://github.com/pytest-dev/pytest-cov
pytest-xdist==3.5.0 # https://github.com/pytest-dev/pytest-xdist
pytest-sugar==1.0.0 # https://github.com/Frozenball/pytest-sugar
Expand All @@ -13,7 +13,7 @@ typeguard==2.13.3 # https://github.com/agronholm/typeguard

# Code quality
# ------------------------------------------------------------------------------
coverage==7.4.1 # https://github.com/nedbat/coveragepy
coverage==7.4.3 # https://github.com/nedbat/coveragepy

# Tools
# ------------------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion requirements/typing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
# ------------------------------------------------------------------------------
mypy==1.8.0;python_version>="3.11" # https://github.com/python/mypy
pytype==2024.1.5;python_version>="3.11" and python_version<"3.12" # https://github.com/google/pytype
types_setuptools==69.0.0.20240125 # https://github.com/python/typeshed
types_setuptools==69.1.0.20240301 # https://github.com/python/typeshed
typeguard==2.13.3 # https://github.com/agronholm/typeguard
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ basepython=python3.12
deps =
-r requirements/security.txt
commands =
safety check -i 62044
safety check
bandit -r src/

[testenv:docs]
Expand Down