Skip to content

Commit

Permalink
Bump the minor-patch group across 1 directory with 5 updates (#3424)
Browse files Browse the repository at this point in the history
Bumps the minor-patch group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) | `2.0.29` | `2.0.30` |
| [newrelic](https://github.com/newrelic/newrelic-python-agent) | `9.10.0` | `9.11.0` |
| [pytest](https://github.com/pytest-dev/pytest) | `8.2.1` | `8.2.2` |
| [requests](https://github.com/psf/requests) | `2.32.2` | `2.32.3` |
| [ruff](https://github.com/astral-sh/ruff) | `0.4.6` | `0.4.9` |



Updates `sqlalchemy` from 2.0.29 to 2.0.30
- [Release notes](https://github.com/sqlalchemy/sqlalchemy/releases)
- [Changelog](https://github.com/sqlalchemy/sqlalchemy/blob/main/CHANGES.rst)
- [Commits](https://github.com/sqlalchemy/sqlalchemy/commits)

Updates `newrelic` from 9.10.0 to 9.11.0
- [Release notes](https://github.com/newrelic/newrelic-python-agent/releases)
- [Commits](newrelic/newrelic-python-agent@v9.10.0...v9.11.0)

Updates `pytest` from 8.2.1 to 8.2.2
- [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.2.1...8.2.2)

Updates `requests` from 2.32.2 to 2.32.3
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](psf/requests@v2.32.2...v2.32.3)

Updates `ruff` from 0.4.6 to 0.4.9
- [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.6...v0.4.9)

---
updated-dependencies:
- dependency-name: sqlalchemy
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-patch
- dependency-name: newrelic
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-patch
- dependency-name: pytest
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-patch
- dependency-name: requests
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-patch
- dependency-name: ruff
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: 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 Jun 18, 2024
1 parent ed58e69 commit b68cae5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ markupsafe==2.1.4
# via werkzeug
msgpack==1.0.7
# via bravado-core
newrelic==9.10.0
newrelic==9.11.0
# via -r constraints.in
packaging==23.2
# via
Expand Down Expand Up @@ -121,7 +121,7 @@ pyramid-multiauth==1.0.2
# via -r constraints.in
pyramid-tm==2.5
# via -r constraints.in
pytest==8.2.1
pytest==8.2.2
# via
# -r constraints.in
# pytest-cache
Expand Down Expand Up @@ -151,7 +151,7 @@ referencing==0.32.1
# jsonschema-specifications
repoze-sendmail==4.4.1
# via pyramid-mailer
requests==2.32.2
requests==2.32.3
# via
# -r constraints.in
# bravado-core
Expand All @@ -163,7 +163,7 @@ rpds-py==0.17.1
# via
# jsonschema
# referencing
ruff==0.4.6
ruff==0.4.9
# via -r constraints.in
sentry-sdk==1.39.2
# via -r constraints.in
Expand All @@ -177,7 +177,7 @@ six==1.16.0
# rfc3339-validator
soupsieve==2.5
# via beautifulsoup4
sqlalchemy==2.0.29
sqlalchemy==2.0.30
# via
# -r constraints.in
# sentry-sdk
Expand Down

0 comments on commit b68cae5

Please sign in to comment.