Skip to content

Commit dd307f5

Browse files
Bump the minor-patch group across 1 directory with 6 updates (#3564)
* Bump the minor-patch group across 1 directory with 6 updates Bumps the minor-patch group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [newrelic](https://github.com/newrelic/newrelic-python-agent) | `10.12.0` | `10.14.0` | | [playwright](https://github.com/microsoft/playwright-python) | `1.52.0` | `1.53.0` | | [pytest](https://github.com/pytest-dev/pytest) | `8.4.0` | `8.4.1` | | [pytest-cov](https://github.com/pytest-dev/pytest-cov) | `6.1.1` | `6.2.1` | | [python-rapidjson](https://github.com/python-rapidjson/python-rapidjson) | `1.20` | `1.21` | | [ruff](https://github.com/astral-sh/ruff) | `0.11.13` | `0.12.3` | Updates `newrelic` from 10.12.0 to 10.14.0 - [Release notes](https://github.com/newrelic/newrelic-python-agent/releases) - [Commits](newrelic/newrelic-python-agent@v10.12.0...v10.14.0) Updates `playwright` from 1.52.0 to 1.53.0 - [Release notes](https://github.com/microsoft/playwright-python/releases) - [Commits](microsoft/playwright-python@v1.52.0...v1.53.0) Updates `pytest` from 8.4.0 to 8.4.1 - [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.4.0...8.4.1) Updates `pytest-cov` from 6.1.1 to 6.2.1 - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](pytest-dev/pytest-cov@v6.1.1...v6.2.1) Updates `python-rapidjson` from 1.20 to 1.21 - [Changelog](https://github.com/python-rapidjson/python-rapidjson/blob/master/CHANGES.rst) - [Commits](python-rapidjson/python-rapidjson@v1.20...v1.21) Updates `ruff` from 0.11.13 to 0.12.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@0.11.13...0.12.3) --- updated-dependencies: - dependency-name: newrelic dependency-version: 10.14.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-patch - dependency-name: playwright dependency-version: 1.53.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-patch - dependency-name: pytest dependency-version: 8.4.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-patch - dependency-name: pytest-cov dependency-version: 6.2.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-patch - dependency-name: python-rapidjson dependency-version: '1.21' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-patch - dependency-name: ruff dependency-version: 0.12.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Show admin version --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Mathieu Leplatre <mathieu@mozilla.com>
1 parent 660ece3 commit dd307f5

File tree

3 files changed

+11
-8
lines changed

3 files changed

+11
-8
lines changed

constraints.txt

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ markupsafe==2.1.4
7373
# via werkzeug
7474
msgpack==1.0.7
7575
# via bravado-core
76-
newrelic==10.12.0
76+
newrelic==10.14.0
7777
# via -r constraints.in
7878
packaging==23.2
7979
# via
@@ -88,10 +88,12 @@ plaster==1.1.2
8888
# pyramid
8989
plaster-pastedeploy==1.0.1
9090
# via pyramid
91-
playwright==1.52.0
91+
playwright==1.53.0
9292
# via -r constraints.in
9393
pluggy==1.5.0
94-
# via pytest
94+
# via
95+
# pytest
96+
# pytest-cov
9597
prometheus-client==0.22.1
9698
# via -r constraints.in
9799
psycopg2-binary==2.9.10
@@ -111,14 +113,14 @@ pyramid-multiauth==1.0.2
111113
# via -r constraints.in
112114
pyramid-tm==2.6
113115
# via -r constraints.in
114-
pytest==8.4.0
116+
pytest==8.4.1
115117
# via
116118
# -r constraints.in
117119
# pytest-cache
118120
# pytest-cov
119121
pytest-cache==1.0
120122
# via -r constraints.in
121-
pytest-cov==6.1.1
123+
pytest-cov==6.2.1
122124
# via -r constraints.in
123125
python-dateutil==2.9.0.post0
124126
# via
@@ -151,7 +153,7 @@ rpds-py==0.17.1
151153
# via
152154
# jsonschema
153155
# referencing
154-
ruff==0.11.13
156+
ruff==0.12.3
155157
# via -r constraints.in
156158
sentry-sdk==2.8.0
157159
# via -r constraints.in

docs/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ kinto
77
mock==5.2.0
88
webtest==3.0.6
99
pyramid==2.0.2
10-
python-rapidjson==1.20
10+
python-rapidjson==1.21
1111
SQLAlchemy==2.0.41

scripts/pull-kinto-admin.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@ VERSION=$(cat kinto/plugins/admin/VERSION)
55
TAG="v${VERSION}"
66

77
# download and unzip release
8+
echo "Download kinto-admin release ${TAG}"
89
curl -OL "https://github.com/Kinto/kinto-admin/releases/download/${TAG}/kinto-admin-release.tar"
910
rm -r ./kinto/plugins/admin/build || echo "admin/build folder doesn't exist yet"
1011
mkdir ./kinto/plugins/admin/build
1112
tar -xf kinto-admin-release.tar -C ./kinto/plugins/admin/build && rm kinto-admin-release.tar
12-
echo "$VERSION" > ./kinto/plugins/admin/build/VERSION # will not be needed after kinto-admin@8400176 (version 3.0.4?)
13+
echo "Extracted version $(cat ./kinto/plugins/admin/build/VERSION)"

0 commit comments

Comments
 (0)