Commit Graph

13000 Commits

Author SHA1 Message Date
Alex Janousek
40eee4ebae Merge pull request #1772 from GSA/update-dependencies
Updating dependencies before dependabot
2025-06-17 13:31:58 -04:00
Kenneth Kehl
9606ef8123 Merge pull request #1778 from GSA/drift
fix drift
2025-06-17 09:50:15 -07:00
alexjanousekGSA
40ff0b3218 more updates 2025-06-17 12:15:55 -04:00
Kenneth Kehl
d23a14bf45 Merge pull request #1775 from GSA/invites
add warning to log out before accepting invite
2025-06-17 09:05:28 -07:00
alexjanousekGSA
8e66ef9dea Update deprecated package from 1.2.14 to 1.2.18 2025-06-17 11:52:00 -04:00
alexjanousekGSA
e150a0df34 regenerated lock file 2025-06-17 11:29:56 -04:00
Alex Janousek
63cfae557d Merge pull request #1777 from GSA/dependabot/pip/pytest-cov-6.2.1
Bump pytest-cov from 6.1.1 to 6.2.1
2025-06-17 11:16:33 -04:00
dependabot[bot]
903dcb37a6 Bump pytest-cov from 6.1.1 to 6.2.1
Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov) from 6.1.1 to 6.2.1.
- [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst)
- [Commits](https://github.com/pytest-dev/pytest-cov/compare/v6.1.1...v6.2.1)

---
updated-dependencies:
- dependency-name: pytest-cov
  dependency-version: 6.2.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-06-17 15:10:03 +00:00
Alex Janousek
f50f9b79f1 Merge pull request #1780 from GSA/dependabot/pip/cachetools-6.1.0
Bump cachetools from 6.0.0 to 6.1.0
2025-06-17 11:07:53 -04:00
dependabot[bot]
a620ef094e Bump cachetools from 6.0.0 to 6.1.0
Bumps [cachetools](https://github.com/tkem/cachetools) from 6.0.0 to 6.1.0.
- [Changelog](https://github.com/tkem/cachetools/blob/master/CHANGELOG.rst)
- [Commits](https://github.com/tkem/cachetools/compare/v6.0.0...v6.1.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2025-06-17 14:51:35 +00:00
Alex Janousek
663f98fdcd Merge pull request #1782 from GSA/dependabot/pip/moto-5.1.6
Bump moto from 5.1.5 to 5.1.6
2025-06-17 10:49:29 -04:00
dependabot[bot]
1c185b8b05 Bump moto from 5.1.5 to 5.1.6
Bumps [moto](https://github.com/getmoto/moto) from 5.1.5 to 5.1.6.
- [Release notes](https://github.com/getmoto/moto/releases)
- [Changelog](https://github.com/getmoto/moto/blob/master/CHANGELOG.md)
- [Commits](https://github.com/getmoto/moto/compare/5.1.5...5.1.6)

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

Signed-off-by: dependabot[bot] <support@github.com>
2025-06-17 14:42:29 +00:00
Alex Janousek
e4939d8a51 Merge pull request #1781 from GSA/dependabot/pip/alembic-1.16.2
Bump alembic from 1.16.1 to 1.16.2
2025-06-17 10:40:16 -04:00
dependabot[bot]
bbf3570b3b Bump alembic from 1.16.1 to 1.16.2
Bumps [alembic](https://github.com/sqlalchemy/alembic) from 1.16.1 to 1.16.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-version: 1.16.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-06-17 14:33:36 +00:00
Alex Janousek
087a971a7f Merge pull request #1783 from GSA/dependabot/pip/aiohttp-3.12.13
Bump aiohttp from 3.12.12 to 3.12.13
2025-06-17 10:31:17 -04:00
Kenneth Kehl
4aea4d1567 clean up 2025-06-17 07:17:04 -07:00
dependabot[bot]
dad455b95e Bump aiohttp from 3.12.12 to 3.12.13
---
updated-dependencies:
- dependency-name: aiohttp
  dependency-version: 3.12.13
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-06-16 22:26:50 +00:00
Kenneth Kehl
8ca8059c95 fix drift 2025-06-16 08:44:45 -07:00
Kenneth Kehl
bd0d34e96e Merge pull request #1757 from GSA/change_message_count
change message limit
06-16-2025
2025-06-13 07:01:56 -07:00
Kenneth Kehl
4adef2d4c7 change message limit on existing services 2025-06-12 14:05:00 -07:00
Kenneth Kehl
98ebe6ee6d add warning to log out before accepting invite 2025-06-12 11:37:23 -07:00
alexjanousekGSA
19b0429680 Resolve poetry.lock merge conflict 2025-06-12 11:20:56 -04:00
alexjanousekGSA
dad967d679 Added cyclone back because pip depends on it 2025-06-12 11:16:25 -04:00
Alex Janousek
26b94b82bc Merge pull request #1773 from GSA/dependabot/pip/faker-37.4.0
Bump faker from 37.3.0 to 37.4.0
06-12-25
2025-06-12 10:16:46 -04:00
dependabot[bot]
eda0612561 Bump faker from 37.3.0 to 37.4.0
Bumps [faker](https://github.com/joke2k/faker) from 37.3.0 to 37.4.0.
- [Release notes](https://github.com/joke2k/faker/releases)
- [Changelog](https://github.com/joke2k/faker/blob/master/CHANGELOG.md)
- [Commits](https://github.com/joke2k/faker/compare/v37.3.0...v37.4.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2025-06-11 21:36:15 +00:00
Kenneth Kehl
eb50ca7554 Merge pull request #1758 from GSA/check_csvs
check which services have csvs
2025-06-11 07:49:36 -07:00
Kenneth Kehl
0044a1580a ugh 2025-06-11 07:39:32 -07:00
Kenneth Kehl
fe1f333d4c Update app/aws/s3.py
Co-authored-by: ccostino <ccostino@users.noreply.github.com>
2025-06-11 07:27:51 -07:00
ccostino
5d9e612ecf Merge pull request #1767 from GSA/add-adr-0014
Add new ADR 0014: Localize the notifications-python-client library
2025-06-11 08:38:55 -04:00
alexjanousekGSA
df7b410386 Updating dependencies before dependabot 2025-06-10 21:07:10 -04:00
Alex Janousek
ccf6f10169 Merge pull request #1770 from GSA/dependabot/pip/aiohttp-3.12.12
Bump aiohttp from 3.12.11 to 3.12.12
2025-06-10 20:36:18 -04:00
dependabot[bot]
79598ca498 Bump aiohttp from 3.12.11 to 3.12.12
---
updated-dependencies:
- dependency-name: aiohttp
  dependency-version: 3.12.12
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-06-11 00:29:49 +00:00
Alex Janousek
669470202f Merge pull request #1769 from GSA/dependabot/pip/cyclonedx-python-lib-10.2.0
Bump cyclonedx-python-lib from 10.1.0 to 10.2.0
2025-06-10 20:27:43 -04:00
dependabot[bot]
7c41012dce Bump cyclonedx-python-lib from 10.1.0 to 10.2.0
Bumps [cyclonedx-python-lib](https://github.com/CycloneDX/cyclonedx-python-lib) from 10.1.0 to 10.2.0.
- [Release notes](https://github.com/CycloneDX/cyclonedx-python-lib/releases)
- [Changelog](https://github.com/CycloneDX/cyclonedx-python-lib/blob/main/CHANGELOG.md)
- [Commits](https://github.com/CycloneDX/cyclonedx-python-lib/compare/v10.1.0...v10.2.0)

---
updated-dependencies:
- dependency-name: cyclonedx-python-lib
  dependency-version: 10.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-06-11 00:21:09 +00:00
Alex Janousek
aebf3ec92d Merge pull request #1771 from GSA/dependabot/pip/cryptography-45.0.4
Bump cryptography from 45.0.3 to 45.0.4
2025-06-10 20:18:53 -04:00
dependabot[bot]
f2f9bcce5c Bump cryptography from 45.0.3 to 45.0.4
Bumps [cryptography](https://github.com/pyca/cryptography) from 45.0.3 to 45.0.4.
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pyca/cryptography/compare/45.0.3...45.0.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
2025-06-10 21:46:01 +00:00
Carlo Costino
a1bf2918dc Add new ADR 0014: Localize the notifications-python-client library
This changeset formalizes the new ADR (Architectural Decision Record) that proposed localizing the notifications-python-client into the API and Admin applications.

Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
2025-06-10 14:35:48 -04:00
ccostino
419e70bfd7 Merge pull request #1678 from GSA/update-marshmallow-deps
Update Marshmallow and SQLAlchemy dependencies
2025-06-10 11:53:37 -04:00
Carlo Costino
ca6ed1dca5 Updated poetry.lock file to sync with recent updates
Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
2025-06-10 10:59:00 -04:00
Carlo Costino
fb4d2624a0 Merge branch 'main' into update-marshmallow-deps 2025-06-10 10:58:16 -04:00
ccostino
2cc2022f83 Merge pull request #1764 from GSA/dependabot/pip/newrelic-10.13.0
Bump newrelic from 10.12.0 to 10.13.0
2025-06-10 10:56:32 -04:00
Kenneth Kehl
414298fd79 merge from main 2025-06-10 07:52:00 -07:00
ccostino
172293d33a Merge pull request #1762 from GSA/dependabot/pip/phonenumbers-9.0.7
Bump phonenumbers from 9.0.6 to 9.0.7
2025-06-10 10:48:52 -04:00
dependabot[bot]
11c5f77806 Bump newrelic from 10.12.0 to 10.13.0
Bumps [newrelic](https://github.com/newrelic/newrelic-python-agent) from 10.12.0 to 10.13.0.
- [Release notes](https://github.com/newrelic/newrelic-python-agent/releases)
- [Commits](https://github.com/newrelic/newrelic-python-agent/compare/v10.12.0...v10.13.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2025-06-10 14:31:00 +00:00
Kenneth Kehl
dcc916b6ee merge from main 2025-06-10 07:10:18 -07:00
alexjanousekGSA
18be2fc179 Fixed merge conflict 2025-06-10 09:59:08 -04:00
dependabot[bot]
e04b3cf438 Bump phonenumbers from 9.0.6 to 9.0.7
Bumps [phonenumbers](https://github.com/daviddrysdale/python-phonenumbers) from 9.0.6 to 9.0.7.
- [Commits](https://github.com/daviddrysdale/python-phonenumbers/compare/v9.0.6...v9.0.7)

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

Signed-off-by: dependabot[bot] <support@github.com>
2025-06-10 13:50:31 +00:00
ccostino
df48988db1 Merge pull request #1763 from GSA/dependabot/pip/requests-2.32.4
Bump requests from 2.32.3 to 2.32.4
2025-06-10 09:48:20 -04:00
dependabot[bot]
27e73343b8 Bump requests from 2.32.3 to 2.32.4
Bumps [requests](https://github.com/psf/requests) from 2.32.3 to 2.32.4.
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](https://github.com/psf/requests/compare/v2.32.3...v2.32.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
2025-06-09 21:26:53 +00:00
alexjanousekGSA
1472755b51 Fixed unit test 2025-06-09 13:39:08 -04:00