Skip to content

Commit

Permalink
[misc] Bump the dev-deps group in /requirements with 5 updates (#1221)
Browse files Browse the repository at this point in the history
Bumps the dev-deps group in /requirements with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [bandit](https://github.com/PyCQA/bandit) | `1.7.7` | `1.7.8` |
| [mypy](https://github.com/python/mypy) | `1.8.0` | `1.9.0` |
| [pytest](https://github.com/pytest-dev/pytest) | `8.0.2` | `8.1.1` |
| [types-requests](https://github.com/python/typeshed) | `2.31.0.20240218` | `2.31.0.20240311` |
| [types-toml](https://github.com/python/typeshed) | `0.10.8.7` | `0.10.8.20240310` |


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

Updates `mypy` from 1.8.0 to 1.9.0
- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
- [Commits](python/mypy@v1.8.0...1.9.0)

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

Updates `types-requests` from 2.31.0.20240218 to 2.31.0.20240311
- [Commits](https://github.com/python/typeshed/commits)

Updates `types-toml` from 0.10.8.7 to 0.10.8.20240310
- [Commits](https://github.com/python/typeshed/commits)

---
updated-dependencies:
- dependency-name: bandit
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-deps
- dependency-name: mypy
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-deps
- dependency-name: pytest
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-deps
- dependency-name: types-requests
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-deps
- dependency-name: types-toml
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Mar 11, 2024
1 parent 6dc39cd commit aad3d32
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions requirements/requirements.dev.txt
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
bandit==1.7.7
bandit==1.7.8
black==24.2.0
flake8==7.0.0
mypy==1.8.0
mypy==1.9.0
pylint==3.1.0
pytest-cov==4.1.0
pytest-mock==3.12.0
pytest==8.0.2
pytest==8.1.1
virtualenv==20.25.1
sphinx_rtd_theme==2.0.0
responses==0.25.0
types-pkg-resources==0.1.3
types-requests==2.31.0.20240218
types-requests==2.31.0.20240311
types-tabulate==0.9.0.20240106
types-toml==0.10.8.7
types-toml==0.10.8.20240310
sphinx==7.2.6
sphinx-autodoc-typehints==2.0.0
sphinx_rtd_theme==2.0.0
Expand Down

0 comments on commit aad3d32

Please sign in to comment.