Skip to content

Commit afb9f83

Browse files
Bump the pip-deps group across 1 directory with 10 updates
Bumps the pip-deps group with 10 updates in the / directory: | Package | From | To | | --- | --- | --- | | [boto3](https://github.com/boto/boto3) | `1.42.0` | `1.42.23` | | [flask-cors](https://github.com/corydolphin/flask-cors) | `6.0.1` | `6.0.2` | | [jsonschema](https://github.com/python-jsonschema/jsonschema) | `4.25.1` | `4.26.0` | | [openapi-core](https://github.com/python-openapi/openapi-core) | `0.19.5` | `0.22.0` | | [asf-search](https://github.com/asfadmin/Discovery-asf_search) | `10.2.0` | `11.0.0` | | [moto[dynamodb]](https://github.com/getmoto/moto) | `5.1.18` | `5.1.19` | | [pytest](https://github.com/pytest-dev/pytest) | `9.0.1` | `9.0.2` | | [ruff](https://github.com/astral-sh/ruff) | `0.14.7` | `0.14.10` | | [mypy](https://github.com/python/mypy) | `1.19.0` | `1.19.1` | | [cfn-lint](https://github.com/aws-cloudformation/cfn-lint) | `1.42.0` | `1.43.2` | Updates `boto3` from 1.42.0 to 1.42.23 - [Release notes](https://github.com/boto/boto3/releases) - [Commits](boto/boto3@1.42.0...1.42.23) Updates `flask-cors` from 6.0.1 to 6.0.2 - [Release notes](https://github.com/corydolphin/flask-cors/releases) - [Changelog](https://github.com/corydolphin/flask-cors/blob/main/CHANGELOG.md) - [Commits](corydolphin/flask-cors@6.0.1...6.0.2) Updates `jsonschema` from 4.25.1 to 4.26.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.25.1...v4.26.0) Updates `openapi-core` from 0.19.5 to 0.22.0 - [Release notes](https://github.com/python-openapi/openapi-core/releases) - [Commits](python-openapi/openapi-core@0.19.5...0.22.0) Updates `asf-search` from 10.2.0 to 11.0.0 - [Release notes](https://github.com/asfadmin/Discovery-asf_search/releases) - [Changelog](https://github.com/asfadmin/Discovery-asf_search/blob/master/CHANGELOG.md) - [Commits](asfadmin/Discovery-asf_search@v10.2.0...v11.0.0) Updates `moto[dynamodb]` from 5.1.18 to 5.1.19 - [Release notes](https://github.com/getmoto/moto/releases) - [Changelog](https://github.com/getmoto/moto/blob/master/CHANGELOG.md) - [Commits](getmoto/moto@5.1.18...5.1.19) Updates `pytest` from 9.0.1 to 9.0.2 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest@9.0.1...9.0.2) Updates `ruff` from 0.14.7 to 0.14.10 - [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.14.7...0.14.10) Updates `mypy` from 1.19.0 to 1.19.1 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.19.0...v1.19.1) Updates `cfn-lint` from 1.42.0 to 1.43.2 - [Release notes](https://github.com/aws-cloudformation/cfn-lint/releases) - [Changelog](https://github.com/aws-cloudformation/cfn-lint/blob/main/CHANGELOG.md) - [Commits](aws-cloudformation/cfn-lint@v1.42.0...v1.43.2) --- updated-dependencies: - dependency-name: boto3 dependency-version: 1.42.23 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip-deps - dependency-name: flask-cors dependency-version: 6.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip-deps - dependency-name: jsonschema dependency-version: 4.26.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-deps - dependency-name: openapi-core dependency-version: 0.22.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-deps - dependency-name: asf-search dependency-version: 11.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: pip-deps - dependency-name: moto[dynamodb] dependency-version: 5.1.19 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip-deps - dependency-name: pytest dependency-version: 9.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip-deps - dependency-name: ruff dependency-version: 0.14.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip-deps - dependency-name: mypy dependency-version: 1.19.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip-deps - dependency-name: cfn-lint dependency-version: 1.43.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-deps ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5608e7d commit afb9f83

6 files changed

+13
-13
lines changed

requirements-all.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
55
-r requirements-apps-disable-private-dns.txt
66
-r requirements-apps-search-archive.txt
77
-r requirements-apps-update-db.txt
8-
boto3==1.42.0
8+
boto3==1.42.23
99
jinja2==3.1.6
10-
moto[dynamodb]==5.1.18
11-
pytest==9.0.1
10+
moto[dynamodb]==5.1.19
11+
pytest==9.0.2
1212
PyYAML==6.0.3
1313
responses==0.25.8
14-
ruff==0.14.7
15-
mypy==1.19.0
14+
ruff==0.14.10
15+
mypy==1.19.1
1616
setuptools==80.9.0
1717
setuptools_scm==9.2.2
1818
openapi-spec-validator==0.7.2
19-
cfn-lint==1.42.0
19+
cfn-lint==1.43.2

requirements-apps-api.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
flask==3.1.2
2-
Flask-Cors==6.0.1
3-
jsonschema==4.25.1
4-
openapi-core==0.19.5
2+
Flask-Cors==6.0.2
3+
jsonschema==4.26.0
4+
openapi-core==0.22.0
55
prance==25.4.8.0
66
PyJWT==2.10.1
77
requests==2.32.5
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
boto3==1.42.0
1+
boto3==1.42.23

requirements-apps-get-files.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
boto3==1.42.0
1+
boto3==1.42.23
22
./lib/dynamo/
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
./lib/dynamo/
22
./lib/lambda_logging/
33
asf_enumeration==0.4.0
4-
asf_search==10.2.0
4+
asf_search==11.0.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
boto3==1.42.0
1+
boto3==1.42.23
22
./lib/dynamo/
33
./lib/lambda_logging/

0 commit comments

Comments
 (0)