From 5c66161e803cabf58a9e13df9668a0f8a0e0def4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 27 Jan 2024 09:50:28 +0000 Subject: [PATCH] Upgrade: Bump the dependencies group with 3 updates Bumps the dependencies group with 3 updates: [openttd-protocol](https://github.com/OpenTTD/py-protocol), [pproxy](https://github.com/qwj/python-proxy) and [sentry-sdk](https://github.com/getsentry/sentry-python). Updates `openttd-protocol` from 1.6.1 to 1.7.0 - [Release notes](https://github.com/OpenTTD/py-protocol/releases) - [Commits](https://github.com/OpenTTD/py-protocol/compare/1.6.1...v1.7.0) Updates `pproxy` from 2.7.8 to 2.7.9 - [Commits](https://github.com/qwj/python-proxy/compare/2.7.8...2.7.9) Updates `sentry-sdk` from 1.39.1 to 1.39.2 - [Release notes](https://github.com/getsentry/sentry-python/releases) - [Changelog](https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md) - [Commits](https://github.com/getsentry/sentry-python/compare/1.39.1...1.39.2) --- updated-dependencies: - dependency-name: openttd-protocol dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: pproxy dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: sentry-sdk dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index bb249a5..a194521 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,10 +11,10 @@ hiredis==2.3.2 idna==3.6 multidict==6.0.4 openttd-helpers==1.4.0 -openttd-protocol==1.6.1 -pproxy==2.7.8 +openttd-protocol==1.7.0 +pproxy==2.7.9 prometheus-client==0.19.0 -sentry-sdk==1.39.1 +sentry-sdk==1.39.2 typing_extensions==4.9.0 urllib3==2.1.0 yarl==1.9.4