mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-04 10:21:14 -05:00
Bump marshmallow-sqlalchemy from 0.29.0 to 0.30.0
Bumps [marshmallow-sqlalchemy](https://github.com/marshmallow-code/marshmallow-sqlalchemy) from 0.29.0 to 0.30.0. - [Changelog](https://github.com/marshmallow-code/marshmallow-sqlalchemy/blob/dev/CHANGELOG.rst) - [Commits](https://github.com/marshmallow-code/marshmallow-sqlalchemy/compare/0.29.0...0.30.0) --- updated-dependencies: - dependency-name: marshmallow-sqlalchemy dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
16
poetry.lock
generated
16
poetry.lock
generated
@@ -2240,13 +2240,13 @@ tests = ["pytest", "pytz", "simplejson"]
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "marshmallow-sqlalchemy"
|
name = "marshmallow-sqlalchemy"
|
||||||
version = "0.29.0"
|
version = "0.30.0"
|
||||||
description = "SQLAlchemy integration with the marshmallow (de)serialization library"
|
description = "SQLAlchemy integration with the marshmallow (de)serialization library"
|
||||||
optional = false
|
optional = false
|
||||||
python-versions = ">=3.7"
|
python-versions = ">=3.8"
|
||||||
files = [
|
files = [
|
||||||
{file = "marshmallow-sqlalchemy-0.29.0.tar.gz", hash = "sha256:3523a774390ef0c1c0f7c708a7519809c5396cf608720f14f55c36f74ff5bbec"},
|
{file = "marshmallow-sqlalchemy-0.30.0.tar.gz", hash = "sha256:29ad0a4fd1b4a1e52dcb07f9673d284a6b0795141916cc2169d4ee9a5d007347"},
|
||||||
{file = "marshmallow_sqlalchemy-0.29.0-py2.py3-none-any.whl", hash = "sha256:3cee0bf61ed10687c0a41448e1916649b28222334a02f7b937c39d1c69c18bee"},
|
{file = "marshmallow_sqlalchemy-0.30.0-py2.py3-none-any.whl", hash = "sha256:808c1e95bf72f4491ad2f3498e73116b33074d7dcef79f0e6997d0d37d648ac7"},
|
||||||
]
|
]
|
||||||
|
|
||||||
[package.dependencies]
|
[package.dependencies]
|
||||||
@@ -2255,9 +2255,9 @@ packaging = ">=21.3"
|
|||||||
SQLAlchemy = ">=1.4.40,<3.0"
|
SQLAlchemy = ">=1.4.40,<3.0"
|
||||||
|
|
||||||
[package.extras]
|
[package.extras]
|
||||||
dev = ["flake8 (==6.0.0)", "flake8-bugbear (==23.2.13)", "pre-commit (==3.1.0)", "pytest", "pytest-lazy-fixture (>=0.6.2)", "tox"]
|
dev = ["flake8 (==7.0.0)", "flake8-bugbear (==23.12.2)", "pre-commit (==3.6.0)", "pytest", "pytest-lazy-fixture (>=0.6.2)", "tox"]
|
||||||
docs = ["alabaster (==0.7.13)", "sphinx (==6.1.3)", "sphinx-issues (==3.0.1)"]
|
docs = ["alabaster (==0.7.13)", "sphinx (==7.2.6)", "sphinx-issues (==3.0.1)"]
|
||||||
lint = ["flake8 (==6.0.0)", "flake8-bugbear (==23.2.13)", "pre-commit (==3.1.0)"]
|
lint = ["flake8 (==7.0.0)", "flake8-bugbear (==23.12.2)", "pre-commit (==3.6.0)"]
|
||||||
tests = ["pytest", "pytest-lazy-fixture (>=0.6.2)"]
|
tests = ["pytest", "pytest-lazy-fixture (>=0.6.2)"]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
@@ -4719,4 +4719,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p
|
|||||||
[metadata]
|
[metadata]
|
||||||
lock-version = "2.0"
|
lock-version = "2.0"
|
||||||
python-versions = ">=3.9,<3.12"
|
python-versions = ">=3.9,<3.12"
|
||||||
content-hash = "de049f487d61d11519ec5c1c3e5066f0e9fa46eb2201891f8733aebd63c1de28"
|
content-hash = "e915371224cb1a76603cf5b3e57c14ddce536d933d05ac9520da8e79b4b69665"
|
||||||
|
|||||||
@@ -37,7 +37,7 @@ iso8601 = "==2.1.0"
|
|||||||
jsonschema = {version = "==4.20.0", extras = ["format"]}
|
jsonschema = {version = "==4.20.0", extras = ["format"]}
|
||||||
lxml = "==5.1.0"
|
lxml = "==5.1.0"
|
||||||
marshmallow = "==3.20.2"
|
marshmallow = "==3.20.2"
|
||||||
marshmallow-sqlalchemy = "==0.29.0"
|
marshmallow-sqlalchemy = "==0.30.0"
|
||||||
newrelic = "*"
|
newrelic = "*"
|
||||||
notifications-python-client = "==8.2.0"
|
notifications-python-client = "==8.2.0"
|
||||||
notifications-utils = {git = "https://github.com/GSA/notifications-utils.git"}
|
notifications-utils = {git = "https://github.com/GSA/notifications-utils.git"}
|
||||||
|
|||||||
Reference in New Issue
Block a user