Skip to content

Commit

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

| Package | From | To |
| --- | --- | --- |
| [bcrypt](https://github.com/pyca/bcrypt) | `4.2.0` | `4.2.1` |
| [newrelic](https://github.com/newrelic/newrelic-python-agent) | `10.2.0` | `10.3.0` |
| [playwright](https://github.com/microsoft/playwright-python) | `1.48.0` | `1.49.0` |
| [pyramid-tm](https://github.com/Pylons/pyramid_tm) | `2.5` | `2.6` |
| [ruff](https://github.com/astral-sh/ruff) | `0.7.3` | `0.8.0` |
| [waitress](https://github.com/Pylons/waitress) | `3.0.1` | `3.0.2` |
| [sphinx-rtd-theme](https://github.com/readthedocs/sphinx_rtd_theme) | `3.0.1` | `3.0.2` |



Updates `bcrypt` from 4.2.0 to 4.2.1
- [Changelog](https://github.com/pyca/bcrypt/blob/main/release.py)
- [Commits](pyca/bcrypt@4.2.0...4.2.1)

Updates `newrelic` from 10.2.0 to 10.3.0
- [Release notes](https://github.com/newrelic/newrelic-python-agent/releases)
- [Commits](newrelic/newrelic-python-agent@v10.2.0...v10.3.0)

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

Updates `pyramid-tm` from 2.5 to 2.6
- [Changelog](https://github.com/Pylons/pyramid_tm/blob/main/CHANGES.rst)
- [Commits](Pylons/pyramid_tm@2.5...2.6)

Updates `ruff` from 0.7.3 to 0.8.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.7.3...0.8.0)

Updates `waitress` from 3.0.1 to 3.0.2
- [Release notes](https://github.com/Pylons/waitress/releases)
- [Changelog](https://github.com/Pylons/waitress/blob/main/CHANGES.txt)
- [Commits](Pylons/waitress@v3.0.1...v3.0.2)

Updates `sphinx-rtd-theme` from 3.0.1 to 3.0.2
- [Changelog](https://github.com/readthedocs/sphinx_rtd_theme/blob/master/docs/changelog.rst)
- [Commits](readthedocs/sphinx_rtd_theme@3.0.1...3.0.2)

---
updated-dependencies:
- dependency-name: bcrypt
  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: pyramid-tm
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-patch
- dependency-name: ruff
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-patch
- dependency-name: waitress
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-patch
- dependency-name: sphinx-rtd-theme
  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 Nov 26, 2024
1 parent 8e9f42d commit 096db78
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ attrs==23.2.0
# via
# jsonschema
# referencing
bcrypt==4.2.0
bcrypt==4.2.1
# via -r constraints.in
beautifulsoup4==4.12.3
# via webtest
Expand Down Expand Up @@ -81,7 +81,7 @@ markupsafe==2.1.4
# via werkzeug
msgpack==1.0.7
# via bravado-core
newrelic==10.2.0
newrelic==10.3.0
# via -r constraints.in
packaging==23.2
# via
Expand All @@ -96,7 +96,7 @@ plaster==1.1.2
# pyramid
plaster-pastedeploy==1.0.1
# via pyramid
playwright==1.48.0
playwright==1.49.0
# via -r constraints.in
pluggy==1.5.0
# via pytest
Expand All @@ -119,7 +119,7 @@ pyramid-mailer==0.15.1
# via -r constraints.in
pyramid-multiauth==1.0.2
# via -r constraints.in
pyramid-tm==2.5
pyramid-tm==2.6
# via -r constraints.in
pytest==8.3.3
# via
Expand Down Expand Up @@ -163,7 +163,7 @@ rpds-py==0.17.1
# via
# jsonschema
# referencing
ruff==0.7.3
ruff==0.8.0
# via -r constraints.in
sentry-sdk==2.8.0
# via -r constraints.in
Expand Down Expand Up @@ -214,7 +214,7 @@ venusian==3.1.0
# via
# cornice
# pyramid
waitress==3.0.1
waitress==3.0.2
# via
# -r constraints.in
# webtest
Expand Down
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Sphinx==8.1.3
sphinx_rtd_theme==3.0.1
sphinx_rtd_theme==3.0.2
docutils==0.20.1
sphinxcontrib-httpdomain==1.8.1
sphinx-github-changelog==1.4.0
Expand Down

0 comments on commit 096db78

Please sign in to comment.