Skip to content

Commit

Permalink
Bump the all-dependencies group with 3 updates
Browse files Browse the repository at this point in the history
Bumps the all-dependencies group with 3 updates: [flask](https://github.com/pallets/flask), [jsonschema](https://github.com/python-jsonschema/jsonschema) and [logging-color-formatter](https://github.com/leplatrem/logging-color-formatter).


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

Updates `jsonschema` from 4.20.0 to 4.21.1
- [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.20.0...v4.21.1)

Updates `logging-color-formatter` from 1.0.3 to 1.1.0
- [Release notes](https://github.com/leplatrem/logging-color-formatter/releases)
- [Commits](leplatrem/logging-color-formatter@1.0.3...1.1.0)

---
updated-dependencies:
- dependency-name: flask
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: jsonschema
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: logging-color-formatter
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jan 22, 2024
1 parent 4fcac22 commit 865df31
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dev-requirements.txt
@@ -1,6 +1,6 @@
flake8
moto[server,s3]==4.2.13
flask==3.0.0
flask==3.0.1
pytest
pytest-cache
pytest-cov
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Expand Up @@ -14,9 +14,9 @@ idna==3.6
iso8601==2.1.0
jsonpatch==1.33
jsonpointer==2.4
jsonschema==4.20.0
jsonschema==4.21.1
kinto==16.3.0
logging-color-formatter==1.0.3
logging-color-formatter==1.1.0
PasteDeploy==3.1.0
plaster==1.1.2
plaster-pastedeploy==1.0.1
Expand Down

0 comments on commit 865df31

Please sign in to comment.