Skip to content

Commit

Permalink
build: bump the python-production-updates group with 7 updates
Browse files Browse the repository at this point in the history
Bumps the python-production-updates group with 7 updates:

| Package | From | To |
| --- | --- | --- |
| [httpx](https://github.com/encode/httpx) | `0.27.2` | `0.28.1` |
| [typer](https://github.com/fastapi/typer) | `0.12.5` | `0.15.1` |
| [aiohttp](https://github.com/aio-libs/aiohttp) | `3.10.10` | `3.11.12` |
| [aiofiles](https://github.com/Tinche/aiofiles) | `23.2.1` | `24.1.0` |
| [tqdm](https://github.com/tqdm/tqdm) | `4.66.4` | `4.67.1` |
| [yaspin](https://github.com/pavdmyt/yaspin) | `3.0.0` | `3.1.0` |
| [pyrate-limiter](https://github.com/vutran1710/PyrateLimiter) | `3.6.0` | `3.7.0` |


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

Updates `typer` from 0.12.5 to 0.15.1
- [Release notes](https://github.com/fastapi/typer/releases)
- [Changelog](https://github.com/fastapi/typer/blob/master/docs/release-notes.md)
- [Commits](fastapi/typer@0.12.5...0.15.1)

Updates `aiohttp` from 3.10.10 to 3.11.12
- [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.10...v3.11.12)

Updates `aiofiles` from 23.2.1 to 24.1.0
- [Release notes](https://github.com/Tinche/aiofiles/releases)
- [Changelog](https://github.com/Tinche/aiofiles/blob/main/CHANGELOG.md)
- [Commits](Tinche/aiofiles@v23.2.1...v24.1.0)

Updates `tqdm` from 4.66.4 to 4.67.1
- [Release notes](https://github.com/tqdm/tqdm/releases)
- [Commits](tqdm/tqdm@v4.66.4...v4.67.1)

Updates `yaspin` from 3.0.0 to 3.1.0
- [Release notes](https://github.com/pavdmyt/yaspin/releases)
- [Changelog](https://github.com/pavdmyt/yaspin/blob/master/HISTORY.rst)
- [Commits](pavdmyt/yaspin@v3.0.0...v3.1.0)

Updates `pyrate-limiter` from 3.6.0 to 3.7.0
- [Release notes](https://github.com/vutran1710/PyrateLimiter/releases)
- [Changelog](https://github.com/vutran1710/PyrateLimiter/blob/master/CHANGELOG.md)
- [Commits](vutran1710/PyrateLimiter@v3.6.0...v3.7.0)

---
updated-dependencies:
- dependency-name: httpx
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-production-updates
- dependency-name: typer
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-production-updates
- dependency-name: aiohttp
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-production-updates
- dependency-name: aiofiles
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: python-production-updates
- dependency-name: tqdm
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-production-updates
- dependency-name: yaspin
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-production-updates
- dependency-name: pyrate-limiter
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-production-updates
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 11, 2025
1 parent 5d3bfa2 commit 1002c17
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,16 @@ classifiers = [
]
dependencies = [
"structlog>=24.0.0",
"httpx==0.27.2",
"httpx==0.28.1",
"python-dotenv==1.0.1",
"typer==0.12.5",
"typer==0.15.1",
"tenacity==9.0.0",
"aiohttp==3.10.10",
"aiofiles==23.2.1",
"aiohttp==3.11.12",
"aiofiles==24.1.0",
"tabulate==0.9.0",
"tqdm==4.66.4",
"yaspin==3.0.0",
"pyrate-limiter==3.6.0",
"tqdm==4.67.1",
"yaspin==3.1.0",
"pyrate-limiter==3.7.0",
]

[project.urls]
Expand All @@ -58,11 +58,11 @@ python = ["3.10"]
[tool.hatch.envs.default]
dependencies = [
"structlog==24.2.0",
"httpx==0.27.2",
"httpx==0.28.1",
"python-dotenv==1.0.1",
"tenacity==9.0.0",
"aiohttp==3.10.10",
"pyrate-limiter==3.6.0",
"aiohttp==3.11.12",
"pyrate-limiter==3.7.0",

]

Expand Down

0 comments on commit 1002c17

Please sign in to comment.