Skip to content

Commit

Permalink
build(deps): bump urllib3 from 2.2.1 to 2.2.2 in /requirements (#248)
Browse files Browse the repository at this point in the history
* build(deps): bump urllib3 from 2.2.1 to 2.2.2 in /requirements

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

* temp: use python 3.8 when upgrading requirements until we're ready to upgrade to 3.11 or 3.12
  cf openedx/.github#131

* chore: bumps patch version to 3.7.3

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jillian Vogel <[email protected]>
  • Loading branch information
dependabot[bot] and pomegranited committed Jun 20, 2024
1 parent a25d046 commit f876f04
Show file tree
Hide file tree
Showing 6 changed files with 238 additions and 235 deletions.
1 change: 1 addition & 0 deletions .github/workflows/upgrade-python-requirements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
uses: openedx/.github/.github/workflows/upgrade-python-requirements.yml@master
with:
branch: ${{ github.event.inputs.branch || 'master' }}
python_version: "3.8"
# optional parameters below; fill in if you'd like github or email notifications
# user_reviewers: ""
# team_reviewers: ""
Expand Down
28 changes: 14 additions & 14 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,68 +6,68 @@
#
cachetools==5.3.3
# via
# -r requirements/tox.txt
# -r tox.txt
# tox
certifi==2024.6.2
# via requests
chardet==5.2.0
# via
# -r requirements/tox.txt
# -r tox.txt
# tox
charset-normalizer==3.3.2
# via requests
colorama==0.4.6
# via
# -r requirements/tox.txt
# -r tox.txt
# tox
coverage[toml]==7.5.3
# via coveralls
coveralls==4.0.1
# via -r requirements/ci.in
# via -r ci.in
distlib==0.3.8
# via
# -r requirements/tox.txt
# -r tox.txt
# virtualenv
docopt==0.6.2
# via coveralls
filelock==3.14.0
# via
# -r requirements/tox.txt
# -r tox.txt
# tox
# virtualenv
idna==3.7
# via requests
packaging==24.1
# via
# -r requirements/tox.txt
# -r tox.txt
# pyproject-api
# tox
platformdirs==4.2.2
# via
# -r requirements/tox.txt
# -r tox.txt
# tox
# virtualenv
pluggy==1.5.0
# via
# -r requirements/tox.txt
# -r tox.txt
# tox
pyproject-api==1.6.1
# via
# -r requirements/tox.txt
# -r tox.txt
# tox
requests==2.32.3
# via coveralls
tomli==2.0.1
# via
# -r requirements/tox.txt
# -r tox.txt
# coverage
# pyproject-api
# tox
tox==4.15.1
# via -r requirements/tox.txt
urllib3==2.2.1
# via -r tox.txt
urllib3==2.2.2
# via requests
virtualenv==20.26.2
# via
# -r requirements/tox.txt
# -r tox.txt
# tox
Loading

0 comments on commit f876f04

Please sign in to comment.