Skip to content

Commit

Permalink
Bump the minor-patch group with 6 updates (#3400)
Browse files Browse the repository at this point in the history
Bumps the minor-patch group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) | `2.0.28` | `2.0.29` |
| [build](https://github.com/pypa/build) | `1.1.1` | `1.2.1` |
| [newrelic](https://github.com/newrelic/newrelic-python-agent) | `9.7.1` | `9.8.0` |
| [pyramid-multiauth](https://github.com/mozilla-services/pyramid_multiauth) | `1.0.1` | `1.0.2` |
| [ruff](https://github.com/astral-sh/ruff) | `0.3.4` | `0.3.5` |
| [werkzeug](https://github.com/pallets/werkzeug) | `3.0.1` | `3.0.2` |


Updates `sqlalchemy` from 2.0.28 to 2.0.29
- [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 `build` from 1.1.1 to 1.2.1
- [Release notes](https://github.com/pypa/build/releases)
- [Changelog](https://github.com/pypa/build/blob/main/CHANGELOG.rst)
- [Commits](pypa/build@1.1.1...1.2.1)

Updates `newrelic` from 9.7.1 to 9.8.0
- [Release notes](https://github.com/newrelic/newrelic-python-agent/releases)
- [Commits](newrelic/newrelic-python-agent@v9.7.1...v9.8.0)

Updates `pyramid-multiauth` from 1.0.1 to 1.0.2
- [Release notes](https://github.com/mozilla-services/pyramid_multiauth/releases)
- [Changelog](https://github.com/mozilla-services/pyramid_multiauth/blob/main/CHANGES.txt)
- [Commits](mozilla-services/pyramid_multiauth@1.0.1...1.0.2)

Updates `ruff` from 0.3.4 to 0.3.5
- [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.3.4...v0.3.5)

Updates `werkzeug` from 3.0.1 to 3.0.2
- [Release notes](https://github.com/pallets/werkzeug/releases)
- [Changelog](https://github.com/pallets/werkzeug/blob/main/CHANGES.rst)
- [Commits](pallets/werkzeug@3.0.1...3.0.2)

---
updated-dependencies:
- dependency-name: sqlalchemy
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-patch
- dependency-name: build
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-patch
- dependency-name: newrelic
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-patch
- dependency-name: pyramid-multiauth
  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
- dependency-name: werkzeug
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Apr 5, 2024
1 parent cb9cbf7 commit fd857ea
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ beautifulsoup4==4.12.3
# via webtest
bravado-core==6.1.1
# via -r constraints.in
build==1.1.1
build==1.2.1
# via -r constraints.in
certifi==2023.11.17
# via
Expand Down Expand Up @@ -83,7 +83,7 @@ markupsafe==2.1.4
# via werkzeug
msgpack==1.0.7
# via bravado-core
newrelic==9.7.1
newrelic==9.8.0
# via -r constraints.in
packaging==23.2
# via
Expand Down Expand Up @@ -117,7 +117,7 @@ pyramid==2.0.2
# pyramid-tm
pyramid-mailer==0.15.1
# via -r constraints.in
pyramid-multiauth==1.0.1
pyramid-multiauth==1.0.2
# via -r constraints.in
pyramid-tm==2.5
# via -r constraints.in
Expand Down Expand Up @@ -163,7 +163,7 @@ rpds-py==0.17.1
# via
# jsonschema
# referencing
ruff==0.3.4
ruff==0.3.5
# 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.28
sqlalchemy==2.0.29
# via
# -r constraints.in
# sentry-sdk
Expand Down Expand Up @@ -232,7 +232,7 @@ webob==1.8.7
# webtest
webtest==3.0.0
# via -r constraints.in
werkzeug==3.0.1
werkzeug==3.0.2
# via -r constraints.in
zope-deprecation==5.0
# via pyramid
Expand Down

0 comments on commit fd857ea

Please sign in to comment.