Skip to content

Commit

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

| Package | From | To |
| --- | --- | --- |
| [sentry-sdk](https://github.com/getsentry/sentry-python) | `2.6.0` | `2.7.1` |
| [urllib3](https://github.com/urllib3/urllib3) | `1.26.19` | `2.2.2` |
| [ruff](https://github.com/astral-sh/ruff) | `0.4.10` | `0.5.0` |
| [aws-sam-cli](https://github.com/aws/aws-sam-cli) | `1.119.0` | `1.120.0` |
| [pydantic](https://github.com/pydantic/pydantic) | `1.10.17` | `2.8.0` |



Updates `sentry-sdk` from 2.6.0 to 2.7.1
- [Release notes](https://github.com/getsentry/sentry-python/releases)
- [Changelog](https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md)
- [Commits](getsentry/sentry-python@2.6.0...2.7.1)

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

Updates `ruff` from 0.4.10 to 0.5.0
- [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.10...0.5.0)

Updates `aws-sam-cli` from 1.119.0 to 1.120.0
- [Release notes](https://github.com/aws/aws-sam-cli/releases)
- [Commits](aws/aws-sam-cli@v1.119.0...v1.120.0)

Updates `pydantic` from 1.10.17 to 2.8.0
- [Release notes](https://github.com/pydantic/pydantic/releases)
- [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md)
- [Commits](pydantic/pydantic@v1.10.17...v2.8.0)

---
updated-dependencies:
- dependency-name: sentry-sdk
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-packages
- dependency-name: urllib3
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: python-packages
- dependency-name: ruff
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-packages
- dependency-name: aws-sam-cli
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: python-packages
- dependency-name: pydantic
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: python-packages
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 1, 2024
1 parent 0e2665d commit 95ebc27
Show file tree
Hide file tree
Showing 2 changed files with 176 additions and 116 deletions.
6 changes: 3 additions & 3 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ httpx = "0.27.0"
babel = "==2.15.0"
dateparser = "==1.2.0"
sentry-sdk = {extras = ["starlette"], version = "*"}
urllib3 = "<2"
urllib3 = "<3"
ruff = "*"
typing-extensions = ">=3.7.4"
starlette-babel = "*"
Expand All @@ -25,9 +25,9 @@ respx = "*"
aws-sam-cli = "*"
ipdb = "*"
beautifulsoup4 = "*"
pydantic = {extras = ["email"], version = "<2"}
pydantic = {extras = ["email"], version = "<3"}
pydantic-factories = "*"
ruff = "0.4.10"
ruff = "0.5.0"
pytest-cov = "*"
coverage = {extras = ["toml"], version = "*"}
pytest-asyncio = "*"
Expand Down
Loading

0 comments on commit 95ebc27

Please sign in to comment.