Skip to content
This repository has been archived by the owner on Sep 30, 2024. It is now read-only.

Commit

Permalink
Bump the pip-dependencies group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the pip-dependencies group with 2 updates: [flask-sqlalchemy](https://github.com/pallets-eco/flask-sqlalchemy) and [moto](https://github.com/getmoto/moto).


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

Updates `moto` from 4.2.2 to 4.2.3
- [Release notes](https://github.com/getmoto/moto/releases)
- [Changelog](https://github.com/getmoto/moto/blob/master/CHANGELOG.md)
- [Commits](getmoto/moto@4.2.2...4.2.3)

---
updated-dependencies:
- dependency-name: flask-sqlalchemy
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip-dependencies
- dependency-name: moto
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: pip-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and ian-noaa committed Sep 18, 2023
1 parent bc8de61 commit 545f847
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 23 deletions.
42 changes: 21 additions & 21 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ aiobotocore = {version = "*", extras = ["boto3"]}
fsspec = "*"
s3fs = "*"
zarr = "^2.16.1"
flask-sqlalchemy = "^3.0.3"
flask-sqlalchemy = "^3.1.1"
psycopg = {version = "^3.1.10", extras = ["binary", "pool"]}
alembic = "^1.12.0"
pyarrow = "^13.0.0"
Expand All @@ -33,7 +33,7 @@ coverage = "^7.3.1"
isort = "^5.10.1"
python-dotenv = "^1.0.0"
pandas-stubs = "^2.0.3.230814"
moto = {extras = ["server"], version = "^4.2.2"}
moto = {extras = ["server"], version = "^4.2.3"}

[build-system]
requires = ["poetry-core>=1.0.0"]
Expand Down

0 comments on commit 545f847

Please sign in to comment.