Skip to content
This repository has been archived by the owner on Feb 3, 2025. It is now read-only.

Commit

Permalink
Bump the pip-minor-patch group with 2 updates (#102)
Browse files Browse the repository at this point in the history
Bumps the pip-minor-patch group with 2 updates: [sentry-sdk](https://github.com/getsentry/sentry-python) and [jinja2](https://github.com/pallets/jinja).


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

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

---
updated-dependencies:
- dependency-name: sentry-sdk
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-minor-patch
- dependency-name: jinja2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-minor-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 11, 2024
1 parent 3d482ac commit ad3068a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@ aiohttp = "^3.9.1"
SQLAlchemy = "^1.4.42"
aiomysql = "^0.2.0"
asyncpg = "^0.29.0"
sentry-sdk = "^1.39.1"
sentry-sdk = "^1.39.2"
pydantic = "^1.10.13"
httpx = "^0.26.0"
starlette = "^0.32.0"
alembic = "^1.13.1"
PyJWT = "^2.8.0"
aiosmtplib = "^3.0.1"
email-validator = "^2.1.0"
Jinja2 = "^3.1.2"
Jinja2 = "^3.1.3"
borb = "^2.1.20"
redis = "^5.0.1"

Expand Down

0 comments on commit ad3068a

Please sign in to comment.