Skip to content

Commit

Permalink
Bump the python group across 1 directory with 3 updates
Browse files Browse the repository at this point in the history
Bumps the python group with 3 updates in the / directory: [pytest](https://github.com/pytest-dev/pytest), [pylint](https://github.com/pylint-dev/pylint) and [bandit](https://github.com/PyCQA/bandit).


Updates `pytest` from 8.3.3 to 8.3.4
- [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.3.3...8.3.4)

Updates `pylint` from 3.3.1 to 3.3.2
- [Release notes](https://github.com/pylint-dev/pylint/releases)
- [Commits](pylint-dev/pylint@v3.3.1...v3.3.2)

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

---
updated-dependencies:
- dependency-name: pytest
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python
- dependency-name: pylint
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python
- dependency-name: bandit
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 2, 2024
1 parent b5967c3 commit 69db723
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions requirements-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@
pep8==1.7.1
coverage==7.6.8
mock==5.1.0
pytest==8.3.3
pylint==3.3.1
pytest==8.3.4
pylint==3.3.2
pytest-pylint==0.21.0
pytest-cov==6.0.0
pytest-mock==3.14.0
pytest-mypy==0.10.3
pytest-randomly==3.16.0
cov-core==1.15.0
beautifulsoup4==4.12.3
bandit==1.7.10
bandit==1.8.0
mypy==1.13.0
types-requests==2.32.0.20241016
types-setuptools==75.6.0.20241126
Expand Down

0 comments on commit 69db723

Please sign in to comment.