Skip to content

Commit

Permalink
Bump the python-requirements group in /requirements with 8 updates
Browse files Browse the repository at this point in the history
Bumps the python-requirements group in /requirements with 8 updates:

| Package | From | To |
| --- | --- | --- |
| [types-setuptools](https://github.com/python/typeshed) | `69.0.0.20240115` | `69.0.0.20240125` |
| [pytest](https://github.com/pytest-dev/pytest) | `7.4.4` | `8.0.0` |
| [pytest-sugar](https://github.com/Teemu/pytest-sugar) | `0.9.7` | `1.0.0` |
| [pytest-selenium](https://github.com/pytest-dev/pytest-selenium) | `4.0.2` | `4.1.0` |
| [coverage](https://github.com/nedbat/coveragepy) | `7.4.0` | `7.4.1` |
| [ruff](https://github.com/astral-sh/ruff) | `0.1.14` | `0.2.0` |
| [bandit](https://github.com/PyCQA/bandit) | `1.7.6` | `1.7.7` |
| [sphinx-tabs](https://github.com/executablebooks/sphinx-tabs) | `3.4.4` | `3.4.5` |


Updates `types-setuptools` from 69.0.0.20240115 to 69.0.0.20240125
- [Commits](https://github.com/python/typeshed/commits)

Updates `pytest` from 7.4.4 to 8.0.0
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](pytest-dev/pytest@7.4.4...8.0.0)

Updates `pytest-sugar` from 0.9.7 to 1.0.0
- [Release notes](https://github.com/Teemu/pytest-sugar/releases)
- [Changelog](https://github.com/Teemu/pytest-sugar/blob/main/CHANGES.rst)
- [Commits](Teemu/pytest-sugar@v0.9.7...v1.0.0)

Updates `pytest-selenium` from 4.0.2 to 4.1.0
- [Changelog](https://github.com/pytest-dev/pytest-selenium/blob/master/docs/news.rst)
- [Commits](pytest-dev/pytest-selenium@4.0.2...4.1.0)

Updates `coverage` from 7.4.0 to 7.4.1
- [Release notes](https://github.com/nedbat/coveragepy/releases)
- [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst)
- [Commits](nedbat/coveragepy@7.4.0...7.4.1)

Updates `ruff` from 0.1.14 to 0.2.0
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](astral-sh/ruff@v0.1.14...v0.2.0)

Updates `bandit` from 1.7.6 to 1.7.7
- [Release notes](https://github.com/PyCQA/bandit/releases)
- [Commits](PyCQA/bandit@1.7.6...1.7.7)

Updates `sphinx-tabs` from 3.4.4 to 3.4.5
- [Release notes](https://github.com/executablebooks/sphinx-tabs/releases)
- [Changelog](https://github.com/executablebooks/sphinx-tabs/blob/master/CHANGELOG.md)
- [Commits](executablebooks/sphinx-tabs@v3.4.4...v3.4.5)

---
updated-dependencies:
- dependency-name: types-setuptools
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-requirements
- dependency-name: pytest
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: python-requirements
- dependency-name: pytest-sugar
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: python-requirements
- dependency-name: pytest-selenium
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-requirements
- dependency-name: coverage
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-requirements
- dependency-name: ruff
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-requirements
- dependency-name: bandit
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-requirements
- dependency-name: sphinx-tabs
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-requirements
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 2, 2024
1 parent bf5646a commit c6aac9f
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
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.2.0 # https://github.com/astral-sh/ruff
8 changes: 4 additions & 4 deletions requirements/tests.txt
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
# 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
pytest-sugar==1.0.0 # https://github.com/Frozenball/pytest-sugar
pytest-env==1.1.3 # https://github.com/MobileDynasty/pytest-env
pytest-selenium==4.0.2 # https://github.com/pytest-dev/pytest-selenium
pytest-selenium==4.1.0 # https://github.com/pytest-dev/pytest-selenium

# Type check
# ------------------------------------------------------------------------------
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

0 comments on commit c6aac9f

Please sign in to comment.