Skip to content

Commit

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

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.2
- [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases)
- [Commits](pytest-dev/pytest-asyncio@v0.21.1...v0.23.2)

Updates `mkdocs-material` to 9.5.2
- [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.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 21, 2023
1 parent c2c6396 commit 7bc444a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/requirements_docs.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
mkdocs-material~=9.4.14
mkdocs-material~=9.5.2
mike~=2.0.0
6 changes: 3 additions & 3 deletions requirements_dev.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
-r requirements.txt
aioresponses~=0.7.6
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.2
pytest-cov~=4.1.0
pytest-mock~=3.12.0
pytest-subprocess~=1.5.0
Expand Down

0 comments on commit 7bc444a

Please sign in to comment.