mirror of
https://github.com/GSA/notifications-api.git
synced 2026-08-25 00:33:41 -04:00
Compare commits
2 Commits
faf43a277d
...
672c838318
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
672c838318 | ||
|
|
eea66e0f5b |
14
poetry.lock
generated
14
poetry.lock
generated
@@ -1459,14 +1459,14 @@ tests = ["coverage", "coveralls", "dill", "mock", "nose"]
|
||||
|
||||
[[package]]
|
||||
name = "faker"
|
||||
version = "38.2.0"
|
||||
version = "39.0.0"
|
||||
description = "Faker is a Python package that generates fake data for you."
|
||||
optional = false
|
||||
python-versions = ">=3.10"
|
||||
groups = ["main"]
|
||||
files = [
|
||||
{file = "faker-38.2.0-py3-none-any.whl", hash = "sha256:35fe4a0a79dee0dc4103a6083ee9224941e7d3594811a50e3969e547b0d2ee65"},
|
||||
{file = "faker-38.2.0.tar.gz", hash = "sha256:20672803db9c7cb97f9b56c18c54b915b6f1d8991f63d1d673642dc43f5ce7ab"},
|
||||
{file = "faker-39.0.0-py3-none-any.whl", hash = "sha256:c72f1fca8f1a24b8da10fcaa45739135a19772218ddd61b86b7ea1b8c790dce7"},
|
||||
{file = "faker-39.0.0.tar.gz", hash = "sha256:ddae46d3b27e01cea7894651d687b33bcbe19a45ef044042c721ceac6d3da0ff"},
|
||||
]
|
||||
|
||||
[package.dependencies]
|
||||
@@ -3628,14 +3628,14 @@ files = [
|
||||
|
||||
[[package]]
|
||||
name = "pre-commit"
|
||||
version = "4.5.0"
|
||||
version = "4.5.1"
|
||||
description = "A framework for managing and maintaining multi-language pre-commit hooks."
|
||||
optional = false
|
||||
python-versions = ">=3.10"
|
||||
groups = ["dev"]
|
||||
files = [
|
||||
{file = "pre_commit-4.5.0-py2.py3-none-any.whl", hash = "sha256:25e2ce09595174d9c97860a95609f9f852c0614ba602de3561e267547f2335e1"},
|
||||
{file = "pre_commit-4.5.0.tar.gz", hash = "sha256:dc5a065e932b19fc1d4c653c6939068fe54325af8e741e74e88db4d28a4dd66b"},
|
||||
{file = "pre_commit-4.5.1-py2.py3-none-any.whl", hash = "sha256:3b3afd891e97337708c1674210f8eba659b52a38ea5f822ff142d10786221f77"},
|
||||
{file = "pre_commit-4.5.1.tar.gz", hash = "sha256:eb545fcff725875197837263e977ea257a402056661f09dae08e4b149b030a61"},
|
||||
]
|
||||
|
||||
[package.dependencies]
|
||||
@@ -6007,4 +6007,4 @@ cffi = ["cffi (>=1.17,<2.0) ; platform_python_implementation != \"PyPy\" and pyt
|
||||
[metadata]
|
||||
lock-version = "2.1"
|
||||
python-versions = "^3.13.2"
|
||||
content-hash = "ed0a5486e4fbe4c1bd284e86276beb5a03bfa0a972a4df21324dd5a8abb2cff7"
|
||||
content-hash = "75ce52583bcab3d261cd399145190d839949567370a20c64b61478b45843db71"
|
||||
|
||||
@@ -46,7 +46,7 @@ pyjwt = "==2.10.1"
|
||||
python-dotenv = "==1.2.1"
|
||||
sqlalchemy = "==2.0.45"
|
||||
werkzeug = "^3.1.4"
|
||||
faker = "^38.2.0"
|
||||
faker = "^39.0.0"
|
||||
async-timeout = "^5.0.1"
|
||||
bleach = "^6.3.0"
|
||||
geojson = "^3.2.0"
|
||||
@@ -98,7 +98,7 @@ isort = "^7.0.0"
|
||||
jinja2-cli = {version = "==0.8.2", extras = ["yaml"]}
|
||||
moto = "==5.1.18"
|
||||
pip-audit = "*"
|
||||
pre-commit = "^4.5.0"
|
||||
pre-commit = "^4.5.1"
|
||||
pytest = "^9.0.2"
|
||||
pytest-env = "^1.2.0"
|
||||
pytest-mock = "^3.15.1"
|
||||
|
||||
Reference in New Issue
Block a user