Commit Graph

13844 Commits

Author SHA1 Message Date
ccostino
980f839730 Merge pull request #1992 from GSA/update-staging-worker-memory
Update staging worker process memory
2025-09-24 11:52:21 -04:00
Carlo Costino
4a1a441d57 Update staging worker process memory
This changeset increases the worker process memory slightly in staging to help with running out of memory issues we are starting to see with our testing.

Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
2025-09-24 11:41:58 -04:00
Kenneth Kehl
4ff4b42697 noqa style check 2025-09-24 08:39:22 -07:00
Kenneth Kehl
78295e3d49 monkeypatch gevent 2025-09-24 08:34:06 -07:00
dependabot[bot]
aedcc915d5 Bump hypothesis from 6.140.1 to 6.140.2 (#1990)
Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 6.140.1 to 6.140.2.
- [Release notes](https://github.com/HypothesisWorks/hypothesis/releases)
- [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.140.1...hypothesis-python-6.140.2)

---
updated-dependencies:
- dependency-name: hypothesis
  dependency-version: 6.140.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-24 10:04:10 -04:00
dependabot[bot]
50980c3766 Bump moto from 5.1.12 to 5.1.13 (#1986)
Bumps [moto](https://github.com/getmoto/moto) from 5.1.12 to 5.1.13.
- [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.12...5.1.13)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-24 13:24:22 +00:00
dependabot[bot]
8959805bef Bump regex from 2025.9.1 to 2025.9.18 (#1984)
Bumps [regex](https://github.com/mrabarnett/mrab-regex) from 2025.9.1 to 2025.9.18.
- [Changelog](https://github.com/mrabarnett/mrab-regex/blob/hg/changelog.txt)
- [Commits](https://github.com/mrabarnett/mrab-regex/compare/2025.9.1...2025.9.18)

---
updated-dependencies:
- dependency-name: regex
  dependency-version: 2025.9.18
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-24 13:15:26 +00:00
dependabot[bot]
8df69947d2 Bump black from 25.1.0 to 25.9.0 (#1985)
Bumps [black](https://github.com/psf/black) from 25.1.0 to 25.9.0.
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](https://github.com/psf/black/compare/25.1.0...25.9.0)

---
updated-dependencies:
- dependency-name: black
  dependency-version: 25.9.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-24 13:06:35 +00:00
dependabot[bot]
37c4e05dfb Bump lxml from 6.0.1 to 6.0.2 (#1987)
Bumps [lxml](https://github.com/lxml/lxml) from 6.0.1 to 6.0.2.
- [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-6.0.1...lxml-6.0.2)

---
updated-dependencies:
- dependency-name: lxml
  dependency-version: 6.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-24 12:57:54 +00:00
dependabot[bot]
977187d066 Bump hypothesis from 6.139.2 to 6.140.1 (#1988)
Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 6.139.2 to 6.140.1.
- [Release notes](https://github.com/HypothesisWorks/hypothesis/releases)
- [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.139.2...hypothesis-python-6.140.1)

---
updated-dependencies:
- dependency-name: hypothesis
  dependency-version: 6.140.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-23 15:53:27 -04:00
Beverly Nguyen
f07eb8f91c Merge pull request #1989 from GSA/bump-staging-app-memory 2025-09-23 08:28:22 -07:00
Carlo Costino
158ba43a62 Bump Staging API app memory to 1.5G
This changeset bumps the memory of the API app processes to 1.5G as they are now starting to run out of memory due to recent app changes with gunicorn and gevent.

Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
2025-09-23 10:58:58 -04:00
dependabot[bot]
f6fee40880 Bump click from 8.2.1 to 8.3.0 (#1982)
Bumps [click](https://github.com/pallets/click) from 8.2.1 to 8.3.0.
- [Release notes](https://github.com/pallets/click/releases)
- [Changelog](https://github.com/pallets/click/blob/main/CHANGES.rst)
- [Commits](https://github.com/pallets/click/compare/8.2.1...8.3.0)

---
updated-dependencies:
- dependency-name: click
  dependency-version: 8.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
09-19-2025 12-19-2025
2025-09-19 08:19:54 -04:00
dependabot[bot]
ec29aba765 Bump hypothesis from 6.138.17 to 6.139.1 (#1981)
Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 6.138.17 to 6.139.1.
- [Release notes](https://github.com/HypothesisWorks/hypothesis/releases)
- [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.138.17...hypothesis-python-6.139.1)

---
updated-dependencies:
- dependency-name: hypothesis
  dependency-version: 6.139.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-18 13:14:17 -04:00
ccostino
8feecfea55 Merge pull request #1980 from GSA/dependabot/pip/cryptography-46.0.1
Bump cryptography from 46.0.0 to 46.0.1
2025-09-18 09:11:40 -04:00
dependabot[bot]
12a087370f Bump cryptography from 46.0.0 to 46.0.1
Bumps [cryptography](https://github.com/pyca/cryptography) from 46.0.0 to 46.0.1.
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pyca/cryptography/compare/46.0.0...46.0.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2025-09-17 21:07:35 +00:00
ccostino
0a5c24acce Merge pull request #1978 from GSA/my_codeql
fix codeql
2025-09-17 11:44:18 -04:00
Kenneth Kehl
dd4ab81a8d fix 2025-09-17 08:25:29 -07:00
Kenneth Kehl
33577d45bc fix 2025-09-17 07:45:43 -07:00
Kenneth Kehl
03e44688be fix codeql 2025-09-17 07:36:08 -07:00
ccostino
901ceea739 Merge pull request #1975 from GSA/dependabot/pip/pytest-mock-3.15.1
Bump pytest-mock from 3.15.0 to 3.15.1
2025-09-16 18:07:11 -04:00
dependabot[bot]
5d60bde5fc Bump pytest-mock from 3.15.0 to 3.15.1
Bumps [pytest-mock](https://github.com/pytest-dev/pytest-mock) from 3.15.0 to 3.15.1.
- [Release notes](https://github.com/pytest-dev/pytest-mock/releases)
- [Changelog](https://github.com/pytest-dev/pytest-mock/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pytest-dev/pytest-mock/compare/v3.15.0...v3.15.1)

---
updated-dependencies:
- dependency-name: pytest-mock
  dependency-version: 3.15.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-09-16 21:59:12 +00:00
ccostino
43dfb65650 Merge pull request #1976 from GSA/dependabot/pip/cryptography-46.0.0
Bump cryptography from 45.0.7 to 46.0.0
2025-09-16 17:57:03 -04:00
dependabot[bot]
2d08262a3f Bump cryptography from 45.0.7 to 46.0.0
Bumps [cryptography](https://github.com/pyca/cryptography) from 45.0.7 to 46.0.0.
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pyca/cryptography/compare/45.0.7...46.0.0)

---
updated-dependencies:
- dependency-name: cryptography
  dependency-version: 46.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-09-16 21:42:28 +00:00
ccostino
06e18d83d9 Merge pull request #1968 from GSA/fuzz
fuzz
2025-09-16 17:40:24 -04:00
Kenneth Kehl
c63aa93bf7 merge from main 2025-09-16 09:25:17 -07:00
Kenneth Kehl
f3612b5d8d another test 2025-09-16 09:10:13 -07:00
Kenneth Kehl
0482fc5cb1 another test 2025-09-16 09:00:00 -07:00
Kenneth Kehl
a1fd0425b0 another test 2025-09-16 08:25:24 -07:00
Kenneth Kehl
c9e222cbe0 another test 2025-09-16 08:14:23 -07:00
Kenneth Kehl
aaebf97000 another test 2025-09-16 08:06:47 -07:00
Kenneth Kehl
eae017bdcc try fuzzed org invite test 2025-09-16 07:44:05 -07:00
Kenneth Kehl
3f1e902c07 try fuzzed org invite test 2025-09-16 07:31:48 -07:00
Kenneth Kehl
4e7439c78d try fuzzed org invite test 2025-09-16 07:19:53 -07:00
Kenneth Kehl
c91b90b3e7 ugh 2025-09-15 20:03:05 -07:00
Kenneth Kehl
1801143507 ugh 2025-09-15 19:50:59 -07:00
Kenneth Kehl
31824bfbb3 ugh 2025-09-15 19:37:51 -07:00
Kenneth Kehl
8394f6e2d2 ugh 2025-09-15 19:26:56 -07:00
Kenneth Kehl
1553526393 ugh 2025-09-15 19:13:29 -07:00
Kenneth Kehl
f6f98fe153 ugh 2025-09-15 19:01:02 -07:00
Kenneth Kehl
b70450fb55 ugh 2025-09-15 18:49:34 -07:00
Kenneth Kehl
d7317160ec ugh 2025-09-15 18:25:51 -07:00
Kenneth Kehl
ad164ca499 ugh 2025-09-15 18:13:25 -07:00
Kenneth Kehl
4067f4ad13 ugh 2025-09-15 17:37:51 -07:00
Kenneth Kehl
f01b9cd9ab ugh 2025-09-15 15:53:27 -07:00
Kenneth Kehl
3bc3b6644a ugh 2025-09-15 15:42:29 -07:00
dependabot[bot]
864bc8acd3 Bump faker from 37.6.0 to 37.8.0 (#1973)
Bumps [faker](https://github.com/joke2k/faker) from 37.6.0 to 37.8.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.6.0...v37.8.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-15 18:39:25 -04:00
Kenneth Kehl
19214609a4 ugh 2025-09-15 15:25:46 -07:00
Kenneth Kehl
b1507b904d ugh 2025-09-15 15:06:55 -07:00
Kenneth Kehl
09625047b0 ugh 2025-09-15 14:41:58 -07:00