Skip to content

Commit

Permalink
update: bump the pip-packages group with 7 updates
Browse files Browse the repository at this point in the history
Updates the requirements on [flask](https://github.com/pallets/flask), [semgrep](https://github.com/returntocorp/semgrep), [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 `flask` to 3.0.2
- [Release notes](https://github.com/pallets/flask/releases)
- [Changelog](https://github.com/pallets/flask/blob/main/CHANGES.rst)
- [Commits](pallets/flask@3.0.1...3.0.2)

Updates `semgrep` to 1.59.1
- [Release notes](https://github.com/returntocorp/semgrep/releases)
- [Changelog](https://github.com/semgrep/semgrep/blob/develop/CHANGELOG.md)
- [Commits](semgrep/semgrep@v1.59.0...v1.59.1)

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

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: flask
  dependency-type: direct:production
  dependency-group: pip-packages
- dependency-name: semgrep
  dependency-type: direct:production
  dependency-group: pip-packages
- 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] committed Feb 5, 2024
1 parent 5ea4a25 commit 6f1cd1d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 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.7
mike~=2.0.0
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
APScheduler~=3.10.4
Flask~=3.0.1
Flask~=3.0.2
gunicorn~=21.2.0
PyYAML~=6.0.1
semgrep~=1.59.0
semgrep~=1.59.1
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 6f1cd1d

Please sign in to comment.