Commit graph

347 commits

Author SHA1 Message Date
dependabot[bot]
390f70571d chore(deps): bump fastapi from 0.93.0 to 0.94.0
Bumps [fastapi](https://github.com/tiangolo/fastapi) from 0.93.0 to 0.94.0.
- [Release notes](https://github.com/tiangolo/fastapi/releases)
- [Commits](https://github.com/tiangolo/fastapi/compare/0.93.0...0.94.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-10 23:47:56 +00:00
dependabot[bot]
d47f492d26 chore(deps): bump setuptools from 67.5.1 to 67.6.0
Bumps [setuptools](https://github.com/pypa/setuptools) from 67.5.1 to 67.6.0.
- [Release notes](https://github.com/pypa/setuptools/releases)
- [Changelog](https://github.com/pypa/setuptools/blob/main/CHANGES.rst)
- [Commits](https://github.com/pypa/setuptools/compare/v67.5.1...v67.6.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-10 10:06:58 +00:00
dependabot[bot]
861b02417c chore(deps): bump uvicorn from 0.20.0 to 0.21.0
Bumps [uvicorn](https://github.com/encode/uvicorn) from 0.20.0 to 0.21.0.
- [Release notes](https://github.com/encode/uvicorn/releases)
- [Changelog](https://github.com/encode/uvicorn/blob/master/CHANGELOG.md)
- [Commits](https://github.com/encode/uvicorn/compare/0.20.0...0.21.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-10 10:06:39 +00:00
dependabot[bot]
bf321be1fb chore(deps): bump setuptools from 67.4.0 to 67.5.1
Bumps [setuptools](https://github.com/pypa/setuptools) from 67.4.0 to 67.5.1.
- [Release notes](https://github.com/pypa/setuptools/releases)
- [Changelog](https://github.com/pypa/setuptools/blob/main/CHANGES.rst)
- [Commits](https://github.com/pypa/setuptools/compare/v67.4.0...v67.5.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-08 03:04:25 +00:00
dependabot[bot]
4ab231fe89 chore(deps): bump fastapi from 0.92.0 to 0.93.0
Bumps [fastapi](https://github.com/tiangolo/fastapi) from 0.92.0 to 0.93.0.
- [Release notes](https://github.com/tiangolo/fastapi/releases)
- [Commits](https://github.com/tiangolo/fastapi/compare/0.92.0...0.93.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-08 03:03:21 +00:00
J.Townsend
bc7e651599
Merge pull request #1338 from laramies/dependabot/pip/master/setuptools-67.4.0 2023-02-23 12:20:51 +00:00
J.Townsend
76e0c2333f
Merge pull request #1325 from laramies/dependabot/pip/master/aiohttp-3.8.4 2023-02-23 12:19:02 +00:00
dependabot[bot]
02ae2352a2
chore(deps): bump setuptools from 67.2.0 to 67.4.0
Bumps [setuptools](https://github.com/pypa/setuptools) from 67.2.0 to 67.4.0.
- [Release notes](https://github.com/pypa/setuptools/releases)
- [Changelog](https://github.com/pypa/setuptools/blob/main/CHANGES.rst)
- [Commits](https://github.com/pypa/setuptools/compare/v67.2.0...v67.4.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-21 23:11:00 +00:00
dependabot[bot]
0bec301982
chore(deps): bump fastapi from 0.91.0 to 0.92.0
Bumps [fastapi](https://github.com/tiangolo/fastapi) from 0.91.0 to 0.92.0.
- [Release notes](https://github.com/tiangolo/fastapi/releases)
- [Commits](https://github.com/tiangolo/fastapi/compare/0.91.0...0.92.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-14 23:04:12 +00:00
dependabot[bot]
6f442773b5
chore(deps): bump aiohttp from 3.8.3 to 3.8.4
Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.8.3 to 3.8.4.
- [Release notes](https://github.com/aio-libs/aiohttp/releases)
- [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst)
- [Commits](https://github.com/aio-libs/aiohttp/compare/v3.8.3...v3.8.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-13 22:40:42 +00:00
dependabot[bot]
50b751e82f
chore(deps): bump fastapi from 0.90.1 to 0.91.0
Bumps [fastapi](https://github.com/tiangolo/fastapi) from 0.90.1 to 0.91.0.
- [Release notes](https://github.com/tiangolo/fastapi/releases)
- [Commits](https://github.com/tiangolo/fastapi/compare/0.90.1...0.91.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-10 23:12:07 +00:00
J.Townsend
43e4804d58
Merge pull request #1323 from laramies/dependabot/pip/master/fastapi-0.90.1 2023-02-09 23:17:00 +00:00
dependabot[bot]
b5e83017b0
chore(deps): bump fastapi from 0.90.0 to 0.90.1
Bumps [fastapi](https://github.com/tiangolo/fastapi) from 0.90.0 to 0.90.1.
- [Release notes](https://github.com/tiangolo/fastapi/releases)
- [Commits](https://github.com/tiangolo/fastapi/compare/0.90.0...0.90.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-09 23:16:00 +00:00
dependabot[bot]
fac3e785db
chore(deps): bump aiofiles from 22.1.0 to 23.1.0
Bumps [aiofiles](https://github.com/Tinche/aiofiles) from 22.1.0 to 23.1.0.
- [Release notes](https://github.com/Tinche/aiofiles/releases)
- [Commits](https://github.com/Tinche/aiofiles/compare/v22.1.0...v23.1.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-09 22:59:32 +00:00
dependabot[bot]
8fe8f47e1c chore(deps): bump setuptools from 67.1.0 to 67.2.0
Bumps [setuptools](https://github.com/pypa/setuptools) from 67.1.0 to 67.2.0.
- [Release notes](https://github.com/pypa/setuptools/releases)
- [Changelog](https://github.com/pypa/setuptools/blob/main/CHANGES.rst)
- [Commits](https://github.com/pypa/setuptools/compare/v67.1.0...v67.2.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-09 00:13:53 +00:00
dependabot[bot]
fee0037aa9
chore(deps): bump fastapi from 0.89.1 to 0.90.0
Bumps [fastapi](https://github.com/tiangolo/fastapi) from 0.89.1 to 0.90.0.
- [Release notes](https://github.com/tiangolo/fastapi/releases)
- [Commits](https://github.com/tiangolo/fastapi/compare/0.89.1...0.90.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-08 22:03:00 +00:00
dependabot[bot]
485bde9985
chore(deps): bump setuptools from 67.0.0 to 67.1.0
Bumps [setuptools](https://github.com/pypa/setuptools) from 67.0.0 to 67.1.0.
- [Release notes](https://github.com/pypa/setuptools/releases)
- [Changelog](https://github.com/pypa/setuptools/blob/main/CHANGES.rst)
- [Commits](https://github.com/pypa/setuptools/compare/v67.0.0...v67.1.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-01 22:12:09 +00:00
dependabot[bot]
2919f06167
chore(deps): bump beautifulsoup4 from 4.11.1 to 4.11.2
Bumps [beautifulsoup4](https://www.crummy.com/software/BeautifulSoup/bs4/) from 4.11.1 to 4.11.2.

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-31 22:14:35 +00:00
J.Townsend
3b5ae8c8be
Merge pull request #1301 from laramies/dependabot/pip/master/dnspython-2.3.0 2023-01-30 23:45:55 +00:00
dependabot[bot]
0314b99152
chore(deps): bump setuptools from 65.7.0 to 67.0.0
Bumps [setuptools](https://github.com/pypa/setuptools) from 65.7.0 to 67.0.0.
- [Release notes](https://github.com/pypa/setuptools/releases)
- [Changelog](https://github.com/pypa/setuptools/blob/main/CHANGES.rst)
- [Commits](https://github.com/pypa/setuptools/compare/v65.7.0...v67.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-30 22:16:09 +00:00
dependabot[bot]
42c95fc2c5
chore(deps): bump dnspython from 2.2.1 to 2.3.0
Bumps [dnspython](https://github.com/rthalley/dnspython) from 2.2.1 to 2.3.0.
- [Release notes](https://github.com/rthalley/dnspython/releases)
- [Changelog](https://github.com/rthalley/dnspython/blob/master/doc/whatsnew.rst)
- [Commits](https://github.com/rthalley/dnspython/compare/v2.2.1...v2.3.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-16 22:09:17 +00:00
dependabot[bot]
5cb2f69f2e
chore(deps): bump setuptools from 65.6.3 to 65.7.0
Bumps [setuptools](https://github.com/pypa/setuptools) from 65.6.3 to 65.7.0.
- [Release notes](https://github.com/pypa/setuptools/releases)
- [Changelog](https://github.com/pypa/setuptools/blob/main/CHANGES.rst)
- [Commits](https://github.com/pypa/setuptools/compare/v65.6.3...v65.7.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-13 09:28:49 +00:00
dependabot[bot]
dac0e87f27
chore(deps): bump requests from 2.28.1 to 2.28.2
Bumps [requests](https://github.com/psf/requests) from 2.28.1 to 2.28.2.
- [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.28.1...v2.28.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-13 00:13:59 +00:00
dependabot[bot]
b03b60f57d
chore(deps): bump fastapi from 0.89.0 to 0.89.1
Bumps [fastapi](https://github.com/tiangolo/fastapi) from 0.89.0 to 0.89.1.
- [Release notes](https://github.com/tiangolo/fastapi/releases)
- [Commits](https://github.com/tiangolo/fastapi/compare/0.89.0...0.89.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-10 22:16:50 +00:00
dependabot[bot]
c104608030
chore(deps): bump ujson from 5.6.0 to 5.7.0
Bumps [ujson](https://github.com/ultrajson/ultrajson) from 5.6.0 to 5.7.0.
- [Release notes](https://github.com/ultrajson/ultrajson/releases)
- [Commits](https://github.com/ultrajson/ultrajson/compare/5.6.0...5.7.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-10 06:00:45 +00:00
dependabot[bot]
fd15662a50
chore(deps): bump fastapi from 0.88.0 to 0.89.0
Bumps [fastapi](https://github.com/tiangolo/fastapi) from 0.88.0 to 0.89.0.
- [Release notes](https://github.com/tiangolo/fastapi/releases)
- [Commits](https://github.com/tiangolo/fastapi/compare/0.88.0...0.89.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-09 22:02:51 +00:00
dependabot[bot]
8d10e6a5c9
chore(deps): bump aiosqlite from 0.17.0 to 0.18.0
Bumps [aiosqlite](https://github.com/omnilib/aiosqlite) from 0.17.0 to 0.18.0.
- [Release notes](https://github.com/omnilib/aiosqlite/releases)
- [Changelog](https://github.com/omnilib/aiosqlite/blob/main/CHANGELOG.md)
- [Commits](https://github.com/omnilib/aiosqlite/compare/v0.17.0...v0.18.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-19 22:03:07 +00:00
dependabot[bot]
39427addf4
chore(deps): bump lxml from 4.9.1 to 4.9.2
Bumps [lxml](https://github.com/lxml/lxml) from 4.9.1 to 4.9.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-4.9.1...lxml-4.9.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-13 22:05:36 +00:00
dependabot[bot]
44ad7598fb
chore(deps): bump retrying from 1.3.3 to 1.3.4
Bumps [retrying](https://github.com/groodt/retrying) from 1.3.3 to 1.3.4.
- [Release notes](https://github.com/groodt/retrying/releases)
- [Changelog](https://github.com/groodt/retrying/blob/main/HISTORY.rst)
- [Commits](https://github.com/groodt/retrying/commits)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-09 23:11:54 +00:00
J.Townsend
4e9e75f995
Merge pull request #1268 from laramies/dependabot/pip/master/slowapi-0.1.7
chore(deps): bump slowapi from 0.1.6 to 0.1.7
2022-12-09 23:10:10 +00:00
dependabot[bot]
f0a7ada57d
chore(deps): bump certifi from 2022.9.24 to 2022.12.7 in /requirements
Bumps [certifi](https://github.com/certifi/python-certifi) from 2022.9.24 to 2022.12.7.
- [Release notes](https://github.com/certifi/python-certifi/releases)
- [Commits](https://github.com/certifi/python-certifi/compare/2022.09.24...2022.12.07)

---
updated-dependencies:
- dependency-name: certifi
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-08 23:55:19 +00:00
dependabot[bot]
87539d360e
chore(deps): bump ujson from 5.5.0 to 5.6.0
Bumps [ujson](https://github.com/ultrajson/ultrajson) from 5.5.0 to 5.6.0.
- [Release notes](https://github.com/ultrajson/ultrajson/releases)
- [Commits](https://github.com/ultrajson/ultrajson/compare/5.5.0...5.6.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-01 22:15:02 +00:00
dependabot[bot]
3f3ccf59a7
chore(deps): bump fastapi from 0.87.0 to 0.88.0
Bumps [fastapi](https://github.com/tiangolo/fastapi) from 0.87.0 to 0.88.0.
- [Release notes](https://github.com/tiangolo/fastapi/releases)
- [Commits](https://github.com/tiangolo/fastapi/compare/0.87.0...0.88.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-28 22:10:09 +00:00
dependabot[bot]
38f0c47058
chore(deps): bump slowapi from 0.1.6 to 0.1.7
Bumps [slowapi](https://github.com/laurents/slowapi) from 0.1.6 to 0.1.7.
- [Release notes](https://github.com/laurents/slowapi/releases)
- [Changelog](https://github.com/laurentS/slowapi/blob/master/CHANGELOG.md)
- [Commits](https://github.com/laurents/slowapi/compare/v0.1.6...v0.1.7)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-28 22:07:33 +00:00
dependabot[bot]
f11f0d9566
chore(deps): bump setuptools from 65.6.2 to 65.6.3
Bumps [setuptools](https://github.com/pypa/setuptools) from 65.6.2 to 65.6.3.
- [Release notes](https://github.com/pypa/setuptools/releases)
- [Changelog](https://github.com/pypa/setuptools/blob/main/CHANGES.rst)
- [Commits](https://github.com/pypa/setuptools/compare/v65.6.2...v65.6.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-24 22:07:43 +00:00
dependabot[bot]
81156b3fff
chore(deps): bump setuptools from 65.5.1 to 65.6.2
Bumps [setuptools](https://github.com/pypa/setuptools) from 65.5.1 to 65.6.2.
- [Release notes](https://github.com/pypa/setuptools/releases)
- [Changelog](https://github.com/pypa/setuptools/blob/main/CHANGES.rst)
- [Commits](https://github.com/pypa/setuptools/compare/v65.5.1...v65.6.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-23 22:04:43 +00:00
dependabot[bot]
1a71b99834
chore(deps): bump uvicorn from 0.19.0 to 0.20.0
Bumps [uvicorn](https://github.com/encode/uvicorn) from 0.19.0 to 0.20.0.
- [Release notes](https://github.com/encode/uvicorn/releases)
- [Changelog](https://github.com/encode/uvicorn/blob/master/CHANGELOG.md)
- [Commits](https://github.com/encode/uvicorn/compare/0.19.0...0.20.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-21 22:05:09 +00:00
dependabot[bot]
d43471fd3f
chore(deps): bump fastapi from 0.86.0 to 0.87.0
Bumps [fastapi](https://github.com/tiangolo/fastapi) from 0.86.0 to 0.87.0.
- [Release notes](https://github.com/tiangolo/fastapi/releases)
- [Commits](https://github.com/tiangolo/fastapi/compare/0.86.0...0.87.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-14 22:09:30 +00:00
J.Townsend
6f65ab2b57
Merge pull request #1240 from laramies/dependabot/pip/master/setuptools-65.5.1 2022-11-07 23:29:45 +00:00
dependabot[bot]
9e3f9ecd76
chore(deps): bump setuptools from 65.5.0 to 65.5.1
Bumps [setuptools](https://github.com/pypa/setuptools) from 65.5.0 to 65.5.1.
- [Release notes](https://github.com/pypa/setuptools/releases)
- [Changelog](https://github.com/pypa/setuptools/blob/main/CHANGES.rst)
- [Commits](https://github.com/pypa/setuptools/compare/v65.5.0...v65.5.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-07 22:13:01 +00:00
dependabot[bot]
30ea0aa878
chore(deps): bump fastapi from 0.85.1 to 0.86.0
Bumps [fastapi](https://github.com/tiangolo/fastapi) from 0.85.1 to 0.86.0.
- [Release notes](https://github.com/tiangolo/fastapi/releases)
- [Commits](https://github.com/tiangolo/fastapi/compare/0.85.1...0.86.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-07 22:08:25 +00:00
dependabot[bot]
74e37dbcf2
chore(deps): bump censys from 2.1.8 to 2.1.9
Bumps [censys](https://github.com/censys/censys-python) from 2.1.8 to 2.1.9.
- [Release notes](https://github.com/censys/censys-python/releases)
- [Commits](https://github.com/censys/censys-python/compare/v2.1.8...v2.1.9)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-21 21:05:19 +00:00
dependabot[bot]
e1363fe993
chore(deps): bump uvicorn from 0.18.3 to 0.19.0
Bumps [uvicorn](https://github.com/encode/uvicorn) from 0.18.3 to 0.19.0.
- [Release notes](https://github.com/encode/uvicorn/releases)
- [Changelog](https://github.com/encode/uvicorn/blob/master/CHANGELOG.md)
- [Commits](https://github.com/encode/uvicorn/compare/0.18.3...0.19.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-20 21:26:47 +00:00
J.Townsend
b7cac7f162
Merge pull request #1228 from laramies/dependabot/pip/master/setuptools-65.5.0 2022-10-14 23:25:09 +01:00
dependabot[bot]
94476bdd37
chore(deps): bump fastapi from 0.85.0 to 0.85.1
Bumps [fastapi](https://github.com/tiangolo/fastapi) from 0.85.0 to 0.85.1.
- [Release notes](https://github.com/tiangolo/fastapi/releases)
- [Commits](https://github.com/tiangolo/fastapi/compare/0.85.0...0.85.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-14 21:10:49 +00:00
dependabot[bot]
2ad8215249
chore(deps): bump setuptools from 65.4.1 to 65.5.0
Bumps [setuptools](https://github.com/pypa/setuptools) from 65.4.1 to 65.5.0.
- [Release notes](https://github.com/pypa/setuptools/releases)
- [Changelog](https://github.com/pypa/setuptools/blob/main/CHANGES.rst)
- [Commits](https://github.com/pypa/setuptools/compare/v65.4.1...v65.5.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-14 21:08:25 +00:00
dependabot[bot]
8f1725a81d
chore(deps): bump setuptools from 65.3.0 to 65.4.1
Bumps [setuptools](https://github.com/pypa/setuptools) from 65.3.0 to 65.4.1.
- [Release notes](https://github.com/pypa/setuptools/releases)
- [Changelog](https://github.com/pypa/setuptools/blob/main/CHANGES.rst)
- [Commits](https://github.com/pypa/setuptools/compare/v65.3.0...v65.4.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-30 21:11:02 +00:00
dependabot[bot]
85ddb1d14d
chore(deps): bump certifi from 2022.9.14 to 2022.9.24
Bumps [certifi](https://github.com/certifi/python-certifi) from 2022.9.14 to 2022.9.24.
- [Release notes](https://github.com/certifi/python-certifi/releases)
- [Commits](https://github.com/certifi/python-certifi/compare/2022.09.14...2022.09.24)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-27 21:21:29 +00:00
dependabot[bot]
3a800533f4
chore(deps): bump aiohttp from 3.8.1 to 3.8.3
Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.8.1 to 3.8.3.
- [Release notes](https://github.com/aio-libs/aiohttp/releases)
- [Changelog](https://github.com/aio-libs/aiohttp/blob/v3.8.3/CHANGES.rst)
- [Commits](https://github.com/aio-libs/aiohttp/compare/v3.8.1...v3.8.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-21 21:14:57 +00:00
dependabot[bot]
e45d7e6908
chore(deps): bump fastapi from 0.84.0 to 0.85.0
Bumps [fastapi](https://github.com/tiangolo/fastapi) from 0.84.0 to 0.85.0.
- [Release notes](https://github.com/tiangolo/fastapi/releases)
- [Commits](https://github.com/tiangolo/fastapi/compare/0.84.0...0.85.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-15 22:29:21 +00:00