Skip to content

Commit

Permalink
chore(deps): bump the package-updates group with 4 updates (#3600)
Browse files Browse the repository at this point in the history
Bumps the package-updates group with 4 updates: [markdown](https://github.com/Python-Markdown/markdown), [sentry-sdk](https://github.com/getsentry/sentry-python), [boto3](https://github.com/boto/boto3) and [ruff](https://github.com/astral-sh/ruff).


Updates `markdown` from 3.6 to 3.7
- [Release notes](https://github.com/Python-Markdown/markdown/releases)
- [Changelog](https://github.com/Python-Markdown/markdown/blob/master/docs/changelog.md)
- [Commits](Python-Markdown/markdown@3.6...3.7)

Updates `sentry-sdk` from 2.12.0 to 2.13.0
- [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.12.0...2.13.0)

Updates `boto3` from 1.34.158 to 1.35.0
- [Release notes](https://github.com/boto/boto3/releases)
- [Commits](boto/boto3@1.34.158...1.35.0)

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

---
updated-dependencies:
- dependency-name: markdown
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: package-updates
- dependency-name: sentry-sdk
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: package-updates
- dependency-name: boto3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: package-updates
- dependency-name: ruff
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: package-updates
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Derk Weijers <derkweijers@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and derkweijers authored Aug 23, 2024
1 parent 83e7478 commit 3e74c91
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 37 deletions.
67 changes: 34 additions & 33 deletions poetry.lock

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

8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ readme = "README.md"
python = "^3.12"
django = "~4.2"
djangorestframework = "^3.14.0"
markdown = "^3.5"
markdown = "^3.7"
django-filter = "^24.3"
pyyaml = "^6.0"
uritemplate = "^4.1.1"
Expand All @@ -20,13 +20,13 @@ django-cors-headers = "^4.3.0"
drf-spectacular = "^0.27.0"
django-celery-results = "^2.4.0"
gunicorn = "^23.0.0"
sentry-sdk = "^2.12.0"
sentry-sdk = "^2.13.0"
environs = { extras = ["django"], version = "^11.0.0" }
django-stubs = { extras = ["compatible-mypy"], version = "^4.2" }
psycopg2-binary = "^2.9.9"
pika = "^1.3.2"
django-storages = "^1.14.4"
boto3 = "^1.34.158"
boto3 = "^1.35.0"
django-jet-reboot = "^1.3.7"
feedparser = "^6.0.11"
logfire = {extras = ["django"], version = "^0.50.1"}
Expand All @@ -48,7 +48,7 @@ pytest = "^8.3.2"
pytest-cov = "^5.0.0"
pyupgrade = "^3.17.0"
django-stubs-ext = "^4.2"
ruff = "^0.5.7"
ruff = "^0.6.1"
pika-stubs = "^0.1.3"
pytest-codspeed = "^2.2.1"

Expand Down

0 comments on commit 3e74c91

Please sign in to comment.