Skip to content

Commit

Permalink
Bump the dependencies group in /.config with 5 updates (#195)
Browse files Browse the repository at this point in the history
Bumps the dependencies group in /.config with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [certifi](https://github.com/certifi/python-certifi) | `2024.2.2` | `2024.6.2` |
| [nodeenv](https://github.com/ekalinin/nodeenv) | `1.8.0` | `1.9.0` |
| [requests](https://github.com/psf/requests) | `2.32.2` | `2.32.3` |
| [ruff](https://github.com/astral-sh/ruff) | `0.4.5` | `0.4.7` |
| [typing-extensions](https://github.com/python/typing_extensions) | `4.12.0` | `4.12.1` |


Updates `certifi` from 2024.2.2 to 2024.6.2
- [Commits](certifi/python-certifi@2024.02.02...2024.06.02)

Updates `nodeenv` from 1.8.0 to 1.9.0
- [Release notes](https://github.com/ekalinin/nodeenv/releases)
- [Changelog](https://github.com/ekalinin/nodeenv/blob/master/CHANGES)
- [Commits](ekalinin/nodeenv@1.8.0...1.9.0)

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

Updates `ruff` from 0.4.5 to 0.4.7
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](astral-sh/ruff@v0.4.5...v0.4.7)

Updates `typing-extensions` from 4.12.0 to 4.12.1
- [Release notes](https://github.com/python/typing_extensions/releases)
- [Changelog](https://github.com/python/typing_extensions/blob/main/CHANGELOG.md)
- [Commits](python/typing_extensions@4.12.0...4.12.1)

---
updated-dependencies:
- dependency-name: certifi
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: nodeenv
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: requests
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: ruff
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: typing-extensions
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jun 2, 2024
1 parent 7a27513 commit cb1df4a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .config/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ build==1.2.1
cachetools==5.3.3
cairocffi==1.7.0
cairosvg==2.7.1
certifi==2024.2.2
certifi==2024.6.2
cffi==1.16.0
cfgv==3.4.0
chardet==5.2.0
Expand Down Expand Up @@ -68,7 +68,7 @@ mkdocstrings==0.25.1
mkdocstrings-python==1.10.3
mypy==1.10.0
mypy-extensions==1.0.0
nodeenv==1.8.0
nodeenv==1.9.0
packaging==24.0
paginate==0.5.6
parsley==1.3
Expand Down Expand Up @@ -97,10 +97,10 @@ pyyaml==6.0.1
pyyaml-env-tag==0.1
referencing==0.35.1
regex==2024.5.15
requests==2.32.2
requests==2.32.3
requirements-parser==0.9.0
rpds-py==0.18.1
ruff==0.4.5
ruff==0.4.7
six==1.16.0
soupsieve==2.5
subprocess-tee==0.4.1
Expand All @@ -113,7 +113,7 @@ tomlkit==0.12.5
tox==4.15.0
types-pyyaml==6.0.12.20240311
types-setuptools==70.0.0.20240524
typing-extensions==4.12.0
typing-extensions==4.12.1
urllib3==2.2.1
virtualenv==20.26.2
watchdog==4.0.1
Expand Down

0 comments on commit cb1df4a

Please sign in to comment.