Skip to content

Commit

Permalink
Bump the minor-patch group across 1 directory with 11 updates
Browse files Browse the repository at this point in the history
Bumps the minor-patch group with 11 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) | `2.0.29` | `2.0.30` |
| [bcrypt](https://github.com/pyca/bcrypt) | `4.1.2` | `4.1.3` |
| [dockerflow](https://github.com/mozilla-services/python-dockerflow) | `2024.3.0` | `2024.4.2` |
| [jsonschema](https://github.com/python-jsonschema/jsonschema) | `4.21.1` | `4.22.0` |
| [newrelic](https://github.com/newrelic/newrelic-python-agent) | `9.8.0` | `9.9.0` |
| [playwright](https://github.com/Microsoft/playwright-python) | `1.42.0` | `1.43.0` |
| [pytest](https://github.com/pytest-dev/pytest) | `8.1.1` | `8.2.0` |
| [ruff](https://github.com/astral-sh/ruff) | `0.3.5` | `0.4.3` |
| [werkzeug](https://github.com/pallets/werkzeug) | `3.0.2` | `3.0.3` |
| [sphinx](https://github.com/sphinx-doc/sphinx) | `7.2.6` | `7.3.7` |
| [docutils](https://docutils.sourceforge.io) | `0.20.1` | `0.21.2` |



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 `bcrypt` from 4.1.2 to 4.1.3
- [Changelog](https://github.com/pyca/bcrypt/blob/main/release.py)
- [Commits](pyca/bcrypt@4.1.2...4.1.3)

Updates `dockerflow` from 2024.3.0 to 2024.4.2
- [Release notes](https://github.com/mozilla-services/python-dockerflow/releases)
- [Changelog](https://github.com/mozilla-services/python-dockerflow/blob/main/docs/changelog.rst)
- [Commits](mozilla-services/python-dockerflow@2024.3.0...2024.04.2)

Updates `jsonschema` from 4.21.1 to 4.22.0
- [Release notes](https://github.com/python-jsonschema/jsonschema/releases)
- [Changelog](https://github.com/python-jsonschema/jsonschema/blob/main/CHANGELOG.rst)
- [Commits](python-jsonschema/jsonschema@v4.21.1...v4.22.0)

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

Updates `playwright` from 1.42.0 to 1.43.0
- [Release notes](https://github.com/Microsoft/playwright-python/releases)
- [Commits](microsoft/playwright-python@v1.42.0...v1.43.0)

Updates `pytest` from 8.1.1 to 8.2.0
- [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.1.1...8.2.0)

Updates `ruff` from 0.3.5 to 0.4.3
- [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.5...v0.4.3)

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

Updates `sphinx` from 7.2.6 to 7.3.7
- [Release notes](https://github.com/sphinx-doc/sphinx/releases)
- [Changelog](https://github.com/sphinx-doc/sphinx/blob/master/CHANGES.rst)
- [Commits](sphinx-doc/sphinx@v7.2.6...v7.3.7)

Updates `docutils` from 0.20.1 to 0.21.2

---
updated-dependencies:
- dependency-name: sqlalchemy
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-patch
- dependency-name: bcrypt
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-patch
- dependency-name: dockerflow
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-patch
- dependency-name: jsonschema
  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: playwright
  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-minor
  dependency-group: minor-patch
- dependency-name: ruff
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-patch
- dependency-name: werkzeug
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-patch
- dependency-name: sphinx
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-patch
- dependency-name: docutils
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored May 6, 2024
1 parent 9a79c24 commit ddb7fbe
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
20 changes: 10 additions & 10 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.1.2
bcrypt==4.1.3
# via -r constraints.in
beautifulsoup4==4.12.3
# via webtest
Expand Down Expand Up @@ -38,7 +38,7 @@ cornice-swagger==1.0.1
# via -r constraints.in
coverage==7.4.0
# via pytest-cov
dockerflow==2024.3.0
dockerflow==2024.4.2
# via -r constraints.in
exceptiongroup==1.2.0
# via pytest
Expand Down Expand Up @@ -70,7 +70,7 @@ jsonpointer==2.4
# jsonschema
jsonref==1.1.0
# via bravado-core
jsonschema==4.21.1
jsonschema==4.22.0
# via
# -r constraints.in
# bravado-core
Expand All @@ -83,7 +83,7 @@ markupsafe==2.1.4
# via werkzeug
msgpack==1.0.7
# via bravado-core
newrelic==9.8.0
newrelic==9.9.0
# via -r constraints.in
packaging==23.2
# via
Expand All @@ -98,13 +98,13 @@ plaster==1.1.2
# pyramid
plaster-pastedeploy==1.0.1
# via pyramid
playwright==1.42.0
playwright==1.43.0
# via -r constraints.in
pluggy==1.4.0
pluggy==1.5.0
# via pytest
psycopg2==2.9.9
# via -r constraints.in
pyee==11.0.1
pyee==11.1.0
# via playwright
pyproject-hooks==1.0.0
# via build
Expand All @@ -121,7 +121,7 @@ pyramid-multiauth==1.0.2
# via -r constraints.in
pyramid-tm==2.5
# via -r constraints.in
pytest==8.1.1
pytest==8.2.0
# via
# -r constraints.in
# pytest-cache
Expand Down Expand Up @@ -163,7 +163,7 @@ rpds-py==0.17.1
# via
# jsonschema
# referencing
ruff==0.3.5
ruff==0.4.3
# via -r constraints.in
sentry-sdk==1.39.2
# via -r constraints.in
Expand Down Expand Up @@ -232,7 +232,7 @@ webob==1.8.7
# webtest
webtest==3.0.0
# via -r constraints.in
werkzeug==3.0.2
werkzeug==3.0.3
# via -r constraints.in
zope-deprecation==5.0
# via pyramid
Expand Down
6 changes: 3 additions & 3 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Sphinx==7.2.6
Sphinx==7.3.7
sphinx_rtd_theme==2.0.0
docutils==0.20.1
docutils==0.21.2
sphinxcontrib-httpdomain==1.8.1
sphinx-github-changelog==1.3.0
kinto
Expand All @@ -9,4 +9,4 @@ webtest==3.0.0
cornice==6.1.0
pyramid==2.0.2
python-rapidjson==1.16
SQLAlchemy==2.0.29
SQLAlchemy==2.0.30

0 comments on commit ddb7fbe

Please sign in to comment.