Skip to content

Commit

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

| Package | From | To |
| --- | --- | --- |
| [black](https://github.com/psf/black) | `24.8.0` | `24.10.0` |
| [pyright](https://github.com/RobertCraigie/pyright-python) | `1.1.377` | `1.1.385` |
| [pytest](https://github.com/pytest-dev/pytest) | `8.3.2` | `8.3.3` |
| [pytest-httpbin](https://github.com/kevin1024/pytest-httpbin) | `2.0.0` | `2.1.0` |
| [aiohttp](https://github.com/aio-libs/aiohttp) | `3.10.5` | `3.10.10` |
| [yarl](https://github.com/aio-libs/yarl) | `1.9.9` | `1.15.5` |
| [multidict](https://github.com/aio-libs/multidict) | `6.0.5` | `6.1.0` |
| [httpx](https://github.com/encode/httpx) | `0.27.0` | `0.27.2` |
| [prometheus-client](https://github.com/prometheus/client_python) | `0.20.0` | `0.21.0` |



Updates `black` from 24.8.0 to 24.10.0
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](psf/black@24.8.0...24.10.0)

Updates `pyright` from 1.1.377 to 1.1.385
- [Release notes](https://github.com/RobertCraigie/pyright-python/releases)
- [Commits](RobertCraigie/pyright-python@v1.1.377...v1.1.385)

Updates `pytest` from 8.3.2 to 8.3.3
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](pytest-dev/pytest@8.3.2...8.3.3)

Updates `pytest-httpbin` from 2.0.0 to 2.1.0
- [Release notes](https://github.com/kevin1024/pytest-httpbin/releases)
- [Changelog](https://github.com/kevin1024/pytest-httpbin/blob/master/release.py)
- [Commits](kevin1024/pytest-httpbin@v2.0.0...v2.1.0)

Updates `aiohttp` from 3.10.5 to 3.10.10
- [Release notes](https://github.com/aio-libs/aiohttp/releases)
- [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst)
- [Commits](aio-libs/aiohttp@v3.10.5...v3.10.10)

Updates `yarl` from 1.9.9 to 1.15.5
- [Release notes](https://github.com/aio-libs/yarl/releases)
- [Changelog](https://github.com/aio-libs/yarl/blob/master/CHANGES.rst)
- [Commits](aio-libs/yarl@v1.9.9...v1.15.5)

Updates `multidict` from 6.0.5 to 6.1.0
- [Release notes](https://github.com/aio-libs/multidict/releases)
- [Changelog](https://github.com/aio-libs/multidict/blob/master/CHANGES.rst)
- [Commits](aio-libs/multidict@v6.0.5...v6.1.0)

Updates `httpx` from 0.27.0 to 0.27.2
- [Release notes](https://github.com/encode/httpx/releases)
- [Changelog](https://github.com/encode/httpx/blob/master/CHANGELOG.md)
- [Commits](encode/httpx@0.27.0...0.27.2)

Updates `prometheus-client` from 0.20.0 to 0.21.0
- [Release notes](https://github.com/prometheus/client_python/releases)
- [Commits](prometheus/client_python@v0.20.0...v0.21.0)

---
updated-dependencies:
- dependency-name: black
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: pip-packages
- dependency-name: pyright
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: pip-packages
- dependency-name: pytest
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: pip-packages
- dependency-name: pytest-httpbin
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: pip-packages
- dependency-name: aiohttp
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: pip-packages
- dependency-name: yarl
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: pip-packages
- dependency-name: multidict
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: pip-packages
- dependency-name: httpx
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: pip-packages
- dependency-name: prometheus-client
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: pip-packages
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 21, 2024
1 parent 5cd83b0 commit 441e4aa
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
flake8==7.1.1
isort==5.13.2
black==24.8.0
pyright==1.1.377
pytest==8.3.2
black==24.10.0
pyright==1.1.385
pytest==8.3.3
pytest-aiohttp==1.0.5
pytest-httpbin==2.0.0
aiohttp==3.10.5
yarl==1.9.9
multidict==6.0.5
httpx==0.27.0
prometheus-client==0.20.0
pytest-httpbin==2.1.0
aiohttp==3.10.10
yarl==1.15.5
multidict==6.1.0
httpx==0.27.2
prometheus-client==0.21.0
opentelemetry-api>=1.27
opentelemetry-semantic-conventions
opentelemetry-exporter-prometheus
Expand Down

0 comments on commit 441e4aa

Please sign in to comment.