Skip to content

Commit

Permalink
Bump the python group across 1 directory with 5 updates
Browse files Browse the repository at this point in the history
Bumps the python group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [click](https://github.com/pallets/click) | `8.1.7` | `8.1.8` |
| [certifi](https://github.com/certifi/python-certifi) | `2024.8.30` | `2024.12.14` |
| [jinja2](https://github.com/pallets/jinja) | `3.1.4` | `3.1.5` |
| [mypy](https://github.com/python/mypy) | `1.13.0` | `1.14.0` |
| [urllib3](https://github.com/urllib3/urllib3) | `2.2.3` | `2.3.0` |



Updates `click` from 8.1.7 to 8.1.8
- [Release notes](https://github.com/pallets/click/releases)
- [Changelog](https://github.com/pallets/click/blob/main/CHANGES.rst)
- [Commits](pallets/click@8.1.7...8.1.8)

Updates `certifi` from 2024.8.30 to 2024.12.14
- [Commits](certifi/python-certifi@2024.08.30...2024.12.14)

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

Updates `mypy` from 1.13.0 to 1.14.0
- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
- [Commits](python/mypy@v1.13.0...v1.14.0)

Updates `urllib3` from 2.2.3 to 2.3.0
- [Release notes](https://github.com/urllib3/urllib3/releases)
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
- [Commits](urllib3/urllib3@2.2.3...2.3.0)

---
updated-dependencies:
- dependency-name: click
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python
- dependency-name: certifi
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python
- dependency-name: jinja2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python
- dependency-name: mypy
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python
- dependency-name: urllib3
  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 23, 2024
1 parent 7fc8c61 commit 7ac83b9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion requirements-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ pytest-randomly==3.16.0
cov-core==1.15.0
beautifulsoup4==4.12.3
bandit==1.8.0
mypy==1.13.0
mypy==1.14.0
types-requests==2.32.0.20241016
types-setuptools==75.6.0.20241126
types-toml==0.10.8.20240310
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
certifi==2024.8.30
certifi==2024.12.14
charset-normalizer==3.4.0
click==8.1.7
click==8.1.8
commonmark==0.9.1
Flask==3.1.0
Flask-APScheduler==1.13.1
Flask-Caching==2.3.0
Flask-WTF==1.2.2
idna==3.10
itsdangerous==2.2.0
Jinja2==3.1.4
Jinja2==3.1.5
MarkupSafe==3.0.2
packaging==24.2
pyparsing==3.2.0
pypuppetdb==3.2.0
requests==2.32.3
typing_extensions==4.12.2
urllib3==2.2.3
urllib3==2.3.0
Werkzeug==3.1.3
WTForms==3.2.1
zipp==3.21.0

0 comments on commit 7ac83b9

Please sign in to comment.