Skip to content

Commit

Permalink
Update dependencies (#1724)
Browse files Browse the repository at this point in the history
* Bump invoke from 2.1.3 to 2.2.0 (#1712)

Bumps [invoke](https://github.com/pyinvoke/invoke) from 2.1.3 to 2.2.0.
- [Commits](pyinvoke/invoke@2.1.3...2.2.0)

---
updated-dependencies:
- dependency-name: invoke
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump click from 8.1.3 to 8.1.5 (#1706)

Bumps [click](https://github.com/pallets/click) from 8.1.3 to 8.1.5.
- [Release notes](https://github.com/pallets/click/releases)
- [Changelog](https://github.com/pallets/click/blob/8.1.5/CHANGES.rst)
- [Commits](pallets/click@8.1.3...8.1.5)

---
updated-dependencies:
- dependency-name: click
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump ruff from 0.0.275 to 0.0.278 (#1711)

Bumps [ruff](https://github.com/astral-sh/ruff) from 0.0.275 to 0.0.278.
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/BREAKING_CHANGES.md)
- [Commits](astral-sh/ruff@v0.0.275...v0.0.278)

---
updated-dependencies:
- dependency-name: ruff
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump black from 23.3.0 to 23.7.0

Bumps [black](https://github.com/psf/black) from 23.3.0 to 23.7.0.
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](psf/black@23.3.0...23.7.0)

---
updated-dependencies:
- dependency-name: black
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump pymongo from 4.4.0 to 4.4.1

Bumps [pymongo](https://github.com/mongodb/mongo-python-driver) from 4.4.0 to 4.4.1.
- [Release notes](https://github.com/mongodb/mongo-python-driver/releases)
- [Changelog](https://github.com/mongodb/mongo-python-driver/blob/4.4.1/doc/changelog.rst)
- [Commits](mongodb/mongo-python-driver@4.4.0...4.4.1)

---
updated-dependencies:
- dependency-name: pymongo
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump uvicorn from 0.22.0 to 0.23.1

Bumps [uvicorn](https://github.com/encode/uvicorn) from 0.22.0 to 0.23.1.
- [Release notes](https://github.com/encode/uvicorn/releases)
- [Changelog](https://github.com/encode/uvicorn/blob/master/CHANGELOG.md)
- [Commits](encode/uvicorn@0.22.0...0.23.1)

---
updated-dependencies:
- dependency-name: uvicorn
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump mkdocs-material from 9.1.17 to 9.1.19

Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material) from 9.1.17 to 9.1.19.
- [Release notes](https://github.com/squidfunk/mkdocs-material/releases)
- [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG)
- [Commits](squidfunk/mkdocs-material@9.1.17...9.1.19)

---
updated-dependencies:
- dependency-name: mkdocs-material
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* Update `pre-commit` hooks

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
bot-optimade and dependabot[bot] authored Jul 22, 2023
1 parent d96e3a8 commit 26b9afa
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ default_language_version:

repos:
- repo: https://github.com/ambv/black
rev: 23.3.0
rev: 23.7.0
hooks:
- id: black
name: Blacken
Expand All @@ -24,7 +24,7 @@ repos:
args: [--markdown-linebreak-ext=md]

- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: 'v0.0.275'
rev: 'v0.0.280'
hooks:
- id: ruff
args: [--fix]
Expand Down
6 changes: 3 additions & 3 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
black==23.3.0
black==23.7.0
build==0.10.0
flake8==6.0.0
invoke==2.1.3
invoke==2.2.0
isort==5.12.0
jsondiff==2.0.0
mypy==1.4.1
pre-commit==3.3.3
pylint==2.17.4
pytest==7.4.0
pytest-cov==4.1.0
ruff==0.0.275
ruff==0.0.278
types-all==1.0.0
2 changes: 1 addition & 1 deletion requirements-docs.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
mike==1.1.2
mkdocs==1.4.3
mkdocs-awesome-pages-plugin==2.9.1
mkdocs-material==9.1.17
mkdocs-material==9.1.19
mkdocstrings[python-legacy]==0.22.0
2 changes: 1 addition & 1 deletion requirements-http-client.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
click==8.1.3
click==8.1.5
httpx==0.24.1
rich==13.4.2
2 changes: 1 addition & 1 deletion requirements-server.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ elasticsearch==7.17.7
elasticsearch-dsl==7.4.0
fastapi==0.98.0
mongomock==4.1.2
pymongo==4.4.0
pymongo==4.4.1
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ lark==1.1.5
pydantic==1.10.9
pyyaml==6.0
requests==2.31.0
uvicorn==0.22.0
uvicorn==0.23.1

0 comments on commit 26b9afa

Please sign in to comment.