Skip to content

Commit

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

| Package | From | To |
| --- | --- | --- |
| [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) | `2.0.35` | `2.0.36` |
| [newrelic](https://github.com/newrelic/newrelic-python-agent) | `10.1.0` | `10.2.0` |
| [playwright](https://github.com/Microsoft/playwright-python) | `1.47.0` | `1.48.0` |
| [psycopg2](https://github.com/psycopg/psycopg2) | `2.9.9` | `2.9.10` |
| [ruff](https://github.com/astral-sh/ruff) | `0.6.9` | `0.7.0` |


Updates `sqlalchemy` from 2.0.35 to 2.0.36
- [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 10.1.0 to 10.2.0
- [Release notes](https://github.com/newrelic/newrelic-python-agent/releases)
- [Commits](newrelic/newrelic-python-agent@v10.1.0...v10.2.0)

Updates `playwright` from 1.47.0 to 1.48.0
- [Release notes](https://github.com/Microsoft/playwright-python/releases)
- [Commits](microsoft/playwright-python@v1.47.0...v1.48.0)

Updates `psycopg2` from 2.9.9 to 2.9.10
- [Changelog](https://github.com/psycopg/psycopg2/blob/master/NEWS)
- [Commits](https://github.com/psycopg/psycopg2/commits)

Updates `ruff` from 0.6.9 to 0.7.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@0.6.9...0.7.0)

---
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: playwright
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-patch
- dependency-name: psycopg2
  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-minor
  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 Oct 22, 2024
1 parent 090a2d5 commit 276a285
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
14 changes: 8 additions & 6 deletions constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,10 @@ execnet==2.0.2
# via pytest-cache
fqdn==1.5.1
# via jsonschema
greenlet==3.0.3
# via playwright
greenlet==3.1.1
# via
# playwright
# sqlalchemy
hupper==1.12
# via pyramid
idna==3.7
Expand Down Expand Up @@ -79,7 +81,7 @@ markupsafe==2.1.4
# via werkzeug
msgpack==1.0.7
# via bravado-core
newrelic==10.1.0
newrelic==10.2.0
# via -r constraints.in
packaging==23.2
# via
Expand All @@ -94,13 +96,13 @@ plaster==1.1.2
# pyramid
plaster-pastedeploy==1.0.1
# via pyramid
playwright==1.47.0
playwright==1.48.0
# via -r constraints.in
pluggy==1.5.0
# via pytest
prometheus-client==0.21.0
# via -r constraints.in
psycopg2==2.9.9
psycopg2==2.9.10
# via -r constraints.in
pyee==12.0.0
# via playwright
Expand Down Expand Up @@ -161,7 +163,7 @@ rpds-py==0.17.1
# via
# jsonschema
# referencing
ruff==0.6.9
ruff==0.7.0
# via -r constraints.in
sentry-sdk==2.8.0
# via -r constraints.in
Expand Down
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ webtest==3.0.1
cornice==6.1.0
pyramid==2.0.2
python-rapidjson==1.20
SQLAlchemy==2.0.35
SQLAlchemy==2.0.36

0 comments on commit 276a285

Please sign in to comment.