Skip to content

Commit

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

| Package | From | To |
| --- | --- | --- |
| [certifi](https://github.com/certifi/python-certifi) | `2022.12.7` | `2023.7.22` |
| [gitpython](https://github.com/gitpython-developers/GitPython) | `3.1.31` | `3.1.41` |
| [idna](https://github.com/kjd/idna) | `3.4` | `3.7` |
| [jinja2](https://github.com/pallets/jinja) | `3.1.2` | `3.1.4` |
| [pymdown-extensions](https://github.com/facelessuser/pymdown-extensions) | `9.11` | `10.0` |
| [requests](https://github.com/psf/requests) | `2.28.2` | `2.32.2` |
| [urllib3](https://github.com/urllib3/urllib3) | `1.26.15` | `1.26.18` |



Updates `certifi` from 2022.12.7 to 2023.7.22
- [Commits](certifi/python-certifi@2022.12.07...2023.07.22)

Updates `gitpython` from 3.1.31 to 3.1.41
- [Release notes](https://github.com/gitpython-developers/GitPython/releases)
- [Changelog](https://github.com/gitpython-developers/GitPython/blob/main/CHANGES)
- [Commits](gitpython-developers/GitPython@3.1.31...3.1.41)

Updates `idna` from 3.4 to 3.7
- [Release notes](https://github.com/kjd/idna/releases)
- [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst)
- [Commits](kjd/idna@v3.4...v3.7)

Updates `jinja2` from 3.1.2 to 3.1.4
- [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.4)

Updates `pymdown-extensions` from 9.11 to 10.0
- [Release notes](https://github.com/facelessuser/pymdown-extensions/releases)
- [Commits](facelessuser/pymdown-extensions@9.11...10.0)

Updates `requests` from 2.28.2 to 2.32.2
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](psf/requests@v2.28.2...v2.32.2)

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

---
updated-dependencies:
- dependency-name: certifi
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: gitpython
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: idna
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: jinja2
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: pymdown-extensions
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: requests
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: urllib3
  dependency-type: direct:production
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 27, 2024
1 parent 6d3637a commit c5d9b0d
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
Babel==2.12.1
certifi==2022.12.7
certifi==2023.7.22
charset-normalizer==3.1.0
click==8.1.3
colorama==0.4.6
ghp-import==2.1.0
gitdb==4.0.10
GitPython==3.1.31
idna==3.4
Jinja2==3.1.2
GitPython==3.1.41
idna==3.7
Jinja2==3.1.4
Markdown==3.3.7
MarkupSafe==2.1.2
mergedeep==1.3.4
Expand All @@ -17,14 +17,14 @@ mkdocs-material==9.1.6
mkdocs-material-extensions==1.1.1
packaging==23.0
Pygments==2.14.0
pymdown-extensions==9.11
pymdown-extensions==10.0
python-dateutil==2.8.2
pytz==2023.3
PyYAML==6.0
pyyaml_env_tag==0.1
regex==2023.3.23
requests==2.28.2
requests==2.32.2
six==1.16.0
smmap==5.0.0
urllib3==1.26.15
urllib3==1.26.18
watchdog==3.0.0

0 comments on commit c5d9b0d

Please sign in to comment.