Skip to content

Commit

Permalink
Merge branch 'develop' into function_alias
Browse files Browse the repository at this point in the history
  • Loading branch information
roger-zhangg authored Jan 24, 2025
2 parents 033daa3 + f271745 commit 22747fd
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
-r pre-dev.txt

coverage==7.6.9; python_version>="3.9"
coverage==7.6.10; python_version>="3.9"
coverage==7.6.1; python_version<"3.9"
pytest-cov==6.0.0; python_version>="3.9"
pytest-cov==5.0.0; python_version<"3.9"
Expand All @@ -10,16 +10,16 @@ pytest-cov==5.0.0; python_version<"3.9"
# mypy adds new rules in new minor versions, which could cause our PR check to fail
# here we fix its version and upgrade it manually in the future
mypy==1.14.1
types-pywin32==308.0.0.20241128
types-PyYAML==6.0.12.20240917
types-chevron==0.14.2.20240310
types-psutil==6.1.0.20241102
types-setuptools==75.6.0.20241126
types-Pygments==2.18.0.20240506
types-pywin32==308.0.0.20250124
types-PyYAML==6.0.12.20241230
types-chevron==0.14.2.20250103
types-psutil==6.1.0.20241221
types-setuptools==75.8.0.20250110
types-Pygments==2.19.0.20250107
types-colorama==0.4.15.20240311
types-dateparser==1.2.0.20240420
types-docutils==0.21.0.20241128
types-jsonschema==4.23.0.20240813
types-jsonschema==4.23.0.20241208
types-pyOpenSSL==24.1.0.20240722
# 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
Expand All @@ -46,4 +46,4 @@ filelock==3.16.1
# formatter
black==24.10.0; python_version>="3.9"
black==24.8.0; python_version<"3.9"
psutil==6.1.0
psutil==6.1.1
2 changes: 1 addition & 1 deletion requirements/pre-dev.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ruff==0.8.6
ruff==0.9.2

0 comments on commit 22747fd

Please sign in to comment.