Skip to content

Commit

Permalink
chore(deps-dev): bump the types group across 1 directory with 2 updat…
Browse files Browse the repository at this point in the history
…es (#7080)

* ---
updated-dependencies:
- dependency-name: types-setuptools
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: types
- dependency-name: types-requests
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: types
...

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

* Update pin for requests types

* Pin types-request depending on python version

* Update requirements/dev.txt

* Update requirements/dev.txt

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Lucas <12496191+lucashuy@users.noreply.github.com>
Co-authored-by: jysheng123 <141280295+jysheng123@users.noreply.github.com>
  • Loading branch information
3 people committed May 31, 2024
1 parent 17bd987 commit dc0b6b9
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,17 @@ types-pywin32==306.0.0.20240408
types-PyYAML==6.0.12.20240311
types-chevron==0.14.2.20240310
types-psutil==5.9.5.20240516
types-setuptools==69.5.0.20240513
types-setuptools==70.0.0.20240524
types-Pygments==2.18.0.20240506
types-colorama==0.4.15.20240311
types-dateparser==1.2.0.20240420
types-docutils==0.21.0.20240423
types-jsonschema==4.22.0.20240501
types-pyOpenSSL==24.1.0.20240425
# as of types-requests>=2.31.0.7, this now requires `urllib3>2`, pin we are able to upgrade
types-requests==2.31.0.6
# lucashuy: pin `types-request` based on the Python version since newer versions of
# the types require a newer version of requests, which is only installed in newer versions of Python
types-requests==2.31.0.6; python_version<"3.10"
types-requests==2.32.0.20240523; python_version>="3.10"
types-urllib3==1.26.25.14

# Test requirements
Expand Down

0 comments on commit dc0b6b9

Please sign in to comment.