Skip to content

Commit

Permalink
Bump urllib3 from 2.0.2 to 2.0.7 (#889)
Browse files Browse the repository at this point in the history
* Bump urllib3 from 2.0.2 to 2.0.7

Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.0.2 to 2.0.7.
- [Release notes](https://github.com/urllib3/urllib3/releases)
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
- [Commits](urllib3/urllib3@2.0.2...2.0.7)

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

Signed-off-by: dependabot[bot] <support@github.com>

* Fix versions in test container

* fix for other one as well

* fix for other one as well

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Michael Boulton <michaelboulton@gmail.com>
  • Loading branch information
dependabot[bot] and michaelboulton committed Oct 22, 2023
1 parent db9826a commit 68f51ec
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ types-urllib3==1.26.25.13
# via types-requests
typing-extensions==4.6.3
# via mypy
urllib3==2.0.2
urllib3==2.0.7
# via
# requests
# twine
Expand Down
2 changes: 1 addition & 1 deletion example/advanced/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM python:3.10-alpine

RUN pip3 install pyjwt~=2.4.0 flask~=2.0.3
RUN pip3 install 'pyjwt>=2.4.0,<3' 'flask>=2.2.3'

ENV FLASK_DEBUG=1
ENV PYTHONUNBUFFERED=0
Expand Down
2 changes: 1 addition & 1 deletion example/hooks/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM python:3.10-alpine

RUN pip3 install pyjwt~=2.4.0 flask~=2.0.3
RUN pip3 install 'pyjwt>=2.4.0,<3' 'flask>=2.2.3'

ENV FLASK_DEBUG=1
ENV PYTHONUNBUFFERED=0
Expand Down
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -962,9 +962,9 @@ typing-extensions==4.8.0 \
--hash=sha256:8f92fc8806f9a6b641eaa5318da32b44d401efaac0f6678c9bc448ba3605faa0 \
--hash=sha256:df8e4339e9cb77357558cbdbceca33c303714cf861d1eef15e1070055ae8b7ef
# via mypy
urllib3==2.0.2 \
--hash=sha256:61717a1095d7e155cdb737ac7bb2f4324a858a1e2e6466f6d03ff630ca68d3cc \
--hash=sha256:d055c2f9d38dc53c808f6fdc8eab7360b6fdbbde02340ed25cfbcd817c62469e
urllib3==2.0.7 \
--hash=sha256:c97dfde1f7bd43a71c8d2a58e369e9b2bf692d1334ea9f9cae55add7d0dd0f84 \
--hash=sha256:fdb6d215c776278489906c2f8916e6e7d4f5a9b602ccbcfdf7f016fc8da0596e
# via
# requests
# twine
Expand Down
2 changes: 1 addition & 1 deletion tests/integration/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM python:3.10-alpine

RUN pip3 install pyjwt~=2.4.0 flask~=2.0.3
RUN pip3 install 'pyjwt>=2.4.0,<3' 'flask>=2.2.3'

ENV FLASK_DEBUG=1
ENV PYTHONUNBUFFERED=0
Expand Down

0 comments on commit 68f51ec

Please sign in to comment.