Skip to content

Commit fd1aebd

Browse files
authored
Merge pull request #49 from autometrics-dev/dependabot/pip/requests-2.31.0
Bump requests from 2.28.2 to 2.31.0
2 parents aea0bce + 8d10ed3 commit fd1aebd

File tree

3 files changed

+18
-21
lines changed

3 files changed

+18
-21
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
3030

3131
### Security
3232

33-
-
33+
- Update requests, starlette, fastapi dependencies used by the examples
3434

3535
## [0.5](https://github.com/autometrics-dev/autometrics-py/releases/tag/0.5) - 2023-05-11
3636

poetry.lock

+14-17
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ charset-normalizer = "3.1.0"
4444
click = "8.1.3"
4545
django = "^4.2"
4646
docutils = "0.19"
47-
fastapi = "0.95.0"
47+
fastapi = "0.97.0"
4848
h11 = "0.14.0"
4949
idna = "3.4"
5050
# pinned importlib-metadat to version ~6.0.0 because of opentelemetry-api
@@ -60,13 +60,13 @@ pydantic = "1.10.6"
6060
pygments = "2.14.0"
6161
pyproject-hooks = "1.0.0"
6262
readme-renderer = "37.3"
63-
requests = "2.28.2"
63+
requests = "2.31.0"
6464
requests-toolbelt = "0.10.1"
6565
rfc3986 = "2.0.0"
6666
rich = "13.3.2"
6767
six = "1.16.0"
6868
sniffio = "1.3.0"
69-
starlette = "0.26.1"
69+
starlette = ">=0.27.0,<0.28.0"
7070
twine = "4.0.2"
7171
urllib3 = "1.26.15"
7272
uvicorn = "0.21.1"

0 commit comments

Comments
 (0)