Kenneth Kehl
065009bb7a
merge from main and reformat
2023-08-29 16:21:18 -07:00
Kenneth Kehl
1ecb747c6d
reformat
2023-08-29 14:54:30 -07:00
Kenneth Kehl
00fd3a72bb
code review feedback, fix setup.cfg and reformat
2023-08-25 08:10:33 -07:00
Kenneth Kehl
5d2bde806f
merge from main
2023-08-25 07:26:46 -07:00
Kenneth Kehl
c2370e5774
update gunicorn in pipfile to specify eventlets (green threads)
2023-08-25 07:20:54 -07:00
dependabot[bot]
0aebd05162
Bump moto from 4.1.14 to 4.2.0
...
Bumps [moto](https://github.com/getmoto/moto ) from 4.1.14 to 4.2.0.
- [Changelog](https://github.com/getmoto/moto/blob/master/CHANGELOG.md )
- [Commits](https://github.com/getmoto/moto/compare/4.1.14...4.2.0 )
---
updated-dependencies:
- dependency-name: moto
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-08-24 21:57:28 +00:00
Kenneth Kehl
3b43838606
notify-api-389 unpin gunicorn
2023-08-24 11:22:19 -07:00
Kenneth Kehl
026dc14021
notify-api-412 use black to enforce python style standards
2023-08-23 10:35:43 -07:00
dependabot[bot]
fe908b78c2
Bump jsonschema from 4.17.3 to 4.19.0
...
Bumps [jsonschema](https://github.com/python-jsonschema/jsonschema ) from 4.17.3 to 4.19.0.
- [Release notes](https://github.com/python-jsonschema/jsonschema/releases )
- [Changelog](https://github.com/python-jsonschema/jsonschema/blob/main/CHANGELOG.rst )
- [Commits](https://github.com/python-jsonschema/jsonschema/compare/v4.17.3...v4.19.0 )
---
updated-dependencies:
- dependency-name: jsonschema
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-08-22 21:53:13 +00:00
Steven Reilly
a7898118d7
Merge pull request #429 from GSA/dependabot/pip/cachetools-5.3.1
...
Bump cachetools from 5.1.0 to 5.3.1
2023-08-22 17:46:03 -04:00
Steven Reilly
4ae369d35d
Merge pull request #426 from GSA/notify-api-388
...
notify-api-388 remove gds metrics
2023-08-21 15:51:37 -04:00
Kenneth Kehl
f573e45fd5
merge from main
2023-08-18 08:36:23 -07:00
Kenneth Kehl
245125fe38
downgrade a flask-marshmallow and psycopg2 to what UK notify has
2023-08-18 08:31:46 -07:00
dependabot[bot]
34b6a6f4fb
Bump cachetools from 5.1.0 to 5.3.1
...
Bumps [cachetools](https://github.com/tkem/cachetools ) from 5.1.0 to 5.3.1.
- [Changelog](https://github.com/tkem/cachetools/blob/master/CHANGELOG.rst )
- [Commits](https://github.com/tkem/cachetools/compare/v5.1.0...v5.3.1 )
---
updated-dependencies:
- dependency-name: cachetools
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-08-17 22:09:16 +00:00
dependabot[bot]
619d5fe8c5
Bump moto from 3.1.9 to 4.1.14
...
Bumps [moto](https://github.com/getmoto/moto ) from 3.1.9 to 4.1.14.
- [Changelog](https://github.com/getmoto/moto/blob/master/CHANGELOG.md )
- [Commits](https://github.com/getmoto/moto/compare/3.1.9...4.1.14 )
---
updated-dependencies:
- dependency-name: moto
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-08-17 15:01:00 +00:00
Kenneth Kehl
e4a37c84ca
initial
2023-08-17 07:41:38 -07:00
Carlo Costino
114aa45f19
Update Flask plugins and related dependencies
...
This changeset updates a few of the Flask plugins we rely on to their latest versions, as well as the psycopg2-binary library. It required a few adjustments to how our tests are configured and run, which are probably due for a larger refactor given how much has changed with these libraries and the anticipated change of going from SQLAlchemy 1.4.x to 2.0.x.
Signed-off-by: Carlo Costino <carlo.costino@gsa.gov >
2023-08-16 16:49:27 -04:00
dependabot[bot]
5755b7c9dd
Bump vulture from 2.7 to 2.8
...
Bumps [vulture](https://github.com/jendrikseipp/vulture ) from 2.7 to 2.8.
- [Release notes](https://github.com/jendrikseipp/vulture/releases )
- [Changelog](https://github.com/jendrikseipp/vulture/blob/main/CHANGELOG.md )
- [Commits](https://github.com/jendrikseipp/vulture/compare/v2.7...v2.8 )
---
updated-dependencies:
- dependency-name: vulture
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-08-15 22:13:44 +00:00
dependabot[bot]
19729e0b31
Bump alembic from 1.7.7 to 1.11.2
...
Bumps [alembic](https://github.com/sqlalchemy/alembic ) from 1.7.7 to 1.11.2.
- [Release notes](https://github.com/sqlalchemy/alembic/releases )
- [Changelog](https://github.com/sqlalchemy/alembic/blob/main/CHANGES )
- [Commits](https://github.com/sqlalchemy/alembic/commits )
---
updated-dependencies:
- dependency-name: alembic
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-08-14 22:10:14 +00:00
dependabot[bot]
c5495368fb
Bump cffi from 1.15.0 to 1.15.1
...
Bumps [cffi](http://cffi.readthedocs.org ) from 1.15.0 to 1.15.1.
---
updated-dependencies:
- dependency-name: cffi
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-08-14 21:26:39 +00:00
Carlo Costino
db4e0594e4
Merge pull request #409 from GSA/dependabot/pip/click-8.1.6
...
Bump click from 8.1.3 to 8.1.6
2023-08-14 17:17:16 -04:00
Steven Reilly
b731dd5abe
Merge pull request #402 from GSA/notify-api-387
...
notify-api-387 Scan projects for unused code
2023-08-14 13:52:38 -04:00
Steven Reilly
d955ede5c3
Merge pull request #400 from GSA/notify-api-386
...
Scan projects for code complexity
2023-08-14 13:50:26 -04:00
dependabot[bot]
7723382df2
Bump click from 8.1.3 to 8.1.6
...
Bumps [click](https://github.com/pallets/click ) from 8.1.3 to 8.1.6.
- [Release notes](https://github.com/pallets/click/releases )
- [Changelog](https://github.com/pallets/click/blob/8.1.6/CHANGES.rst )
- [Commits](https://github.com/pallets/click/compare/8.1.3...8.1.6 )
---
updated-dependencies:
- dependency-name: click
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-08-11 21:23:50 +00:00
dependabot[bot]
4ed996bc18
Bump prometheus-client from 0.14.1 to 0.17.1
...
Bumps [prometheus-client](https://github.com/prometheus/client_python ) from 0.14.1 to 0.17.1.
- [Release notes](https://github.com/prometheus/client_python/releases )
- [Commits](https://github.com/prometheus/client_python/compare/v0.14.1...v0.17.1 )
---
updated-dependencies:
- dependency-name: prometheus-client
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-08-11 19:45:41 +00:00
dependabot[bot]
0afd2f66a1
Bump iso8601 from 1.0.2 to 2.0.0
...
Bumps [iso8601](https://github.com/micktwomey/pyiso8601 ) from 1.0.2 to 2.0.0.
- [Release notes](https://github.com/micktwomey/pyiso8601/releases )
- [Changelog](https://github.com/micktwomey/pyiso8601/blob/main/CHANGELOG.md )
- [Commits](https://github.com/micktwomey/pyiso8601/compare/1.0.2...2.0.0 )
---
updated-dependencies:
- dependency-name: iso8601
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-08-11 19:20:42 +00:00
dependabot[bot]
e943a29ca0
Bump attrs from 21.4.0 to 23.1.0
...
Bumps [attrs](https://github.com/python-attrs/attrs ) from 21.4.0 to 23.1.0.
- [Release notes](https://github.com/python-attrs/attrs/releases )
- [Changelog](https://github.com/python-attrs/attrs/blob/main/CHANGELOG.md )
- [Commits](https://github.com/python-attrs/attrs/compare/21.4.0...23.1.0 )
---
updated-dependencies:
- dependency-name: attrs
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-08-09 14:36:41 +00:00
dependabot[bot]
d3e0c9f8a4
Bump pyjwt from 2.7.0 to 2.8.0
...
Bumps [pyjwt](https://github.com/jpadilla/pyjwt ) from 2.7.0 to 2.8.0.
- [Release notes](https://github.com/jpadilla/pyjwt/releases )
- [Changelog](https://github.com/jpadilla/pyjwt/blob/master/CHANGELOG.rst )
- [Commits](https://github.com/jpadilla/pyjwt/compare/2.7.0...2.8.0 )
---
updated-dependencies:
- dependency-name: pyjwt
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-08-08 19:17:01 +00:00
Kenneth Kehl
320798e417
notify-api-387 Scan projects for unused code
2023-08-08 11:03:50 -07:00
Kenneth Kehl
1dba797593
merge from main
2023-08-08 10:10:52 -07:00
dependabot[bot]
14f82edcfc
Bump freezegun from 1.2.1 to 1.2.2
...
Bumps [freezegun](https://github.com/spulec/freezegun ) from 1.2.1 to 1.2.2.
- [Changelog](https://github.com/spulec/freezegun/blob/master/CHANGELOG )
- [Commits](https://github.com/spulec/freezegun/commits )
---
updated-dependencies:
- dependency-name: freezegun
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-08-07 22:21:05 +00:00
Kenneth Kehl
9222cc9942
fix Pipfile
2023-08-07 10:12:03 -07:00
Kenneth Kehl
aef5317af8
notify-api-386 scan projects for code complexity
2023-08-07 10:11:24 -07:00
Kenneth Kehl
09f59c622d
merge from main
2023-08-07 07:44:21 -07:00
dependabot[bot]
03c6bc77a5
Bump requests-mock from 1.9.3 to 1.11.0
...
Bumps [requests-mock](https://github.com/jamielennox/requests-mock ) from 1.9.3 to 1.11.0.
- [Release notes](https://github.com/jamielennox/requests-mock/releases )
- [Commits](https://github.com/jamielennox/requests-mock/compare/1.9.3...1.11.0 )
---
updated-dependencies:
- dependency-name: requests-mock
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-08-03 14:12:57 +00:00
stvnrlly
f58df0b747
update deps, bumping awscli & boto
2023-08-02 15:35:12 -04:00
Kenneth Kehl
78552484f3
merge from main
2023-08-01 13:32:32 -07:00
Kenneth Kehl
34db11c799
fix issue with cython and pyyaml by updating awscli boto3 botocore
2023-08-01 13:20:37 -07:00
dependabot[bot]
21fac2de58
Bump flask-migrate from 3.1.0 to 4.0.1
...
Bumps [flask-migrate](https://github.com/miguelgrinberg/flask-migrate ) from 3.1.0 to 4.0.1.
- [Changelog](https://github.com/miguelgrinberg/Flask-Migrate/blob/main/CHANGES.md )
- [Commits](https://github.com/miguelgrinberg/flask-migrate/compare/v3.1.0...v4.0.1 )
---
updated-dependencies:
- dependency-name: flask-migrate
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-07-28 20:37:32 +00:00
dependabot[bot]
2bca8e473a
Bump marshmallow from 3.19.0 to 3.20.1
...
Bumps [marshmallow](https://github.com/marshmallow-code/marshmallow ) from 3.19.0 to 3.20.1.
- [Changelog](https://github.com/marshmallow-code/marshmallow/blob/dev/CHANGELOG.rst )
- [Commits](https://github.com/marshmallow-code/marshmallow/compare/3.19.0...3.20.1 )
---
updated-dependencies:
- dependency-name: marshmallow
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-07-28 15:21:50 +00:00
dependabot[bot]
58ebff4cac
Bump pytest-xdist from 2.5.0 to 3.3.1
...
Bumps [pytest-xdist](https://github.com/pytest-dev/pytest-xdist ) from 2.5.0 to 3.3.1.
- [Changelog](https://github.com/pytest-dev/pytest-xdist/blob/master/CHANGELOG.rst )
- [Commits](https://github.com/pytest-dev/pytest-xdist/compare/v2.5.0...v3.3.1 )
---
updated-dependencies:
- dependency-name: pytest-xdist
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-07-27 22:13:44 +00:00
dependabot[bot]
cd752aaacd
Bump deprecated from 1.2.13 to 1.2.14
...
Bumps [deprecated](https://github.com/tantale/deprecated ) from 1.2.13 to 1.2.14.
- [Release notes](https://github.com/tantale/deprecated/releases )
- [Changelog](https://github.com/tantale/deprecated/blob/master/CHANGELOG.rst )
- [Commits](https://github.com/tantale/deprecated/compare/v1.2.13...v1.2.14 )
---
updated-dependencies:
- dependency-name: deprecated
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-07-26 17:24:17 +00:00
Kenneth Kehl
af6f79844a
fix exceptiongroup
2023-07-26 10:04:52 -07:00
dependabot[bot]
6eef2ec243
Bump eventlet from 0.33.1 to 0.33.3
...
Bumps [eventlet](https://github.com/eventlet/eventlet ) from 0.33.1 to 0.33.3.
- [Changelog](https://github.com/eventlet/eventlet/blob/master/NEWS )
- [Commits](https://github.com/eventlet/eventlet/compare/v0.33.1...v0.33.3 )
---
updated-dependencies:
- dependency-name: eventlet
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-07-21 21:58:39 +00:00
dependabot[bot]
8fcaf4b077
Bump lxml from 4.9.1 to 4.9.3
...
Bumps [lxml](https://github.com/lxml/lxml ) from 4.9.1 to 4.9.3.
- [Release notes](https://github.com/lxml/lxml/releases )
- [Changelog](https://github.com/lxml/lxml/blob/master/CHANGES.txt )
- [Commits](https://github.com/lxml/lxml/compare/lxml-4.9.1...lxml-4.9.3 )
---
updated-dependencies:
- dependency-name: lxml
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-07-21 19:13:19 +00:00
dependabot[bot]
ed60d2a074
Bump flake8-bugbear from 22.4.25 to 23.3.12
...
Bumps [flake8-bugbear](https://github.com/PyCQA/flake8-bugbear ) from 22.4.25 to 23.3.12.
- [Release notes](https://github.com/PyCQA/flake8-bugbear/releases )
- [Commits](https://github.com/PyCQA/flake8-bugbear/compare/22.4.25...23.3.12 )
---
updated-dependencies:
- dependency-name: flake8-bugbear
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-07-21 14:57:36 +00:00
dependabot[bot]
001ebed3ce
Bump arrow from 1.2.2 to 1.2.3
...
Bumps [arrow](https://github.com/arrow-py/arrow ) from 1.2.2 to 1.2.3.
- [Release notes](https://github.com/arrow-py/arrow/releases )
- [Changelog](https://github.com/arrow-py/arrow/blob/master/CHANGELOG.rst )
- [Commits](https://github.com/arrow-py/arrow/compare/1.2.2...1.2.3 )
---
updated-dependencies:
- dependency-name: arrow
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-07-20 14:59:13 +00:00
dependabot[bot]
4c7f81b9f5
Bump pytest-cov from 3.0.0 to 4.1.0
...
Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov ) from 3.0.0 to 4.1.0.
- [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst )
- [Commits](https://github.com/pytest-dev/pytest-cov/compare/v3.0.0...v4.1.0 )
---
updated-dependencies:
- dependency-name: pytest-cov
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-07-19 20:27:01 +00:00
dependabot[bot]
58d692222e
Bump pytest from 7.1.2 to 7.4.0
...
Bumps [pytest](https://github.com/pytest-dev/pytest ) from 7.1.2 to 7.4.0.
- [Release notes](https://github.com/pytest-dev/pytest/releases )
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst )
- [Commits](https://github.com/pytest-dev/pytest/compare/7.1.2...7.4.0 )
---
updated-dependencies:
- dependency-name: pytest
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-07-13 15:27:06 +00:00
Steven Reilly
bcb0780774
Revert "Bump dnspython from 2.2.1 to 2.3.0 ( #347 )"
...
This reverts commit 8a4f254e0d .
2023-07-13 10:47:18 -04:00