Skip to content

Commit

Permalink
update: bump the pip-packages group with 6 updates
Browse files Browse the repository at this point in the history
Updates the requirements on [jinja2](https://github.com/pallets/jinja), [jsonschema](https://github.com/python-jsonschema/jsonschema), [nest-asyncio](https://github.com/erdewit/nest_asyncio), [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio), [setuptools](https://github.com/pypa/setuptools) and [mkdocs-material](https://github.com/squidfunk/mkdocs-material) to permit the latest version.

Updates `jinja2` to 3.1.3
- [Release notes](https://github.com/pallets/jinja/releases)
- [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst)
- [Commits](pallets/jinja@3.1.2...3.1.3)

Updates `jsonschema` to 4.21.0
- [Release notes](https://github.com/python-jsonschema/jsonschema/releases)
- [Changelog](https://github.com/python-jsonschema/jsonschema/blob/main/CHANGELOG.rst)
- [Commits](python-jsonschema/jsonschema@v4.20.0...v4.21.0)

Updates `nest-asyncio` to 1.5.9
- [Release notes](https://github.com/erdewit/nest_asyncio/releases)
- [Commits](erdewit/nest_asyncio@v1.5.8...v1.5.9)

Updates `pytest-asyncio` to 0.23.3
- [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases)
- [Commits](pytest-dev/pytest-asyncio@v0.23.2...v0.23.3)

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)

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

---
updated-dependencies:
- dependency-name: jinja2
  dependency-type: direct:production
  dependency-group: pip-packages
- dependency-name: jsonschema
  dependency-type: direct:production
  dependency-group: pip-packages
- dependency-name: nest-asyncio
  dependency-type: direct:production
  dependency-group: pip-packages
- dependency-name: pytest-asyncio
  dependency-type: direct:development
  dependency-group: pip-packages
- dependency-name: setuptools
  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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 17, 2024
1 parent febb36f commit 24772cf
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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.5.2
mkdocs-material~=9.5.4
mike~=2.0.0
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ aiohttp~=3.9.1
cheroot~=10.0.0
ecdsa~=0.18
Flask~=3.0.0
Jinja2~=3.1.2
jsonschema~=4.20.0
nest_asyncio~=1.5.8
Jinja2~=3.1.3
jsonschema~=4.21.0
nest_asyncio~=1.5.9
parsedatetime~=2.6
prometheus-flask-exporter==0.23.0
python-dateutil~=2.8.2
Expand Down
4 changes: 2 additions & 2 deletions requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ aioresponses~=0.7.6
freezegun~=1.4.0
parsedatetime~=2.6
pylint~=3.0.3
pytest-asyncio~=0.23.2
pytest-asyncio~=0.23.3
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

0 comments on commit 24772cf

Please sign in to comment.