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 #444

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 requirements/docs.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Documentation
# ------------------------------------------------------------------------------
Sphinx==7.2.6
sphinx-tabs==3.4.4
sphinx-tabs==3.4.5
sphinx-issues==4.0.0
sphinxcontrib-log-cabinet==1.0.1

Expand Down
2 changes: 1 addition & 1 deletion requirements/security.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Security check
# ------------------------------------------------------------------------------
bandit==1.7.6;python_version>="3.11" # https://github.com/PyCQA/bandit
bandit==1.7.7;python_version>="3.11" # https://github.com/PyCQA/bandit
safety==3.0.1;python_version>="3.11" # https://github.com/pyupio/safety
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.1.14 # https://github.com/astral-sh/ruff
ruff==0.1.15 # 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==7.4.4 # https://github.com/pytest-dev/pytest
pytest==8.0.0 # 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==0.9.7 # 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.0 # https://github.com/nedbat/coveragepy
coverage==7.4.1 # 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.20240115 # https://github.com/python/typeshed
types_setuptools==69.0.0.20240125 # https://github.com/python/typeshed
typeguard==2.13.3 # https://github.com/agronholm/typeguard
Loading