Skip to content

Commit

Permalink
update: bump the pip-packages group with 5 updates
Browse files Browse the repository at this point in the history
Updates the requirements on [mkdocs-material](https://github.com/squidfunk/mkdocs-material), [freezegun](https://github.com/spulec/freezegun), [pylint](https://github.com/pylint-dev/pylint), [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) and [setuptools](https://github.com/pypa/setuptools) to permit the latest version.

Updates `mkdocs-material` to 9.5.6
- [Release notes](https://github.com/squidfunk/mkdocs-material/releases)
- [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG)
- [Commits](squidfunk/mkdocs-material@9.4.14...9.5.6)

Updates `freezegun` to 1.4.0
- [Release notes](https://github.com/spulec/freezegun/releases)
- [Changelog](https://github.com/spulec/freezegun/blob/master/CHANGELOG)
- [Commits](spulec/freezegun@1.2.2...1.4.0)

Updates `pylint` to 3.0.3
- [Release notes](https://github.com/pylint-dev/pylint/releases)
- [Commits](pylint-dev/pylint@v3.0.2...v3.0.3)

Updates `pytest-asyncio` to 0.23.4
- [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases)
- [Commits](pytest-dev/pytest-asyncio@v0.21.1...v0.23.4)

Updates `setuptools` to 69.0.3
- [Release notes](https://github.com/pypa/setuptools/releases)
- [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst)
- [Commits](pypa/setuptools@v69.0.2...v69.0.3)

---
updated-dependencies:
- dependency-name: mkdocs-material
  dependency-type: direct:production
  dependency-group: pip-packages
- dependency-name: freezegun
  dependency-type: direct:production
  dependency-group: pip-packages
- dependency-name: pylint
  dependency-type: direct:production
  dependency-group: pip-packages
- dependency-name: pytest-asyncio
  dependency-type: direct:production
  dependency-group: pip-packages
- dependency-name: setuptools
  dependency-type: direct:production
  dependency-group: pip-packages
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 1, 2024
1 parent a5243f4 commit 01cacb9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
mkdocs-material~=9.4.14
mkdocs-material~=9.5.6
mike~=2.0.0
8 changes: 4 additions & 4 deletions tests/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ aioresponses~=0.7.6
bandit~=1.7.7
bandit-sarif-formatter~=1.1.1
black~=24.1.1
freezegun~=1.2.2
freezegun~=1.4.0
parsedatetime~=2.6
pylint~=3.0.2
pytest-asyncio~=0.21.1
pylint~=3.0.3
pytest-asyncio~=0.23.4
pytest-cov~=4.1.0
pytest-mock~=3.12.0
pytest-subprocess~=1.5.0
requests-mock~=1.11.0
setuptools~=69.0.2
setuptools~=69.0.3
wheel~=0.42.0

0 comments on commit 01cacb9

Please sign in to comment.