Skip to content

Commit

Permalink
Merge branch 'develop' into dependabot/pip/requirements/develop/pyope…
Browse files Browse the repository at this point in the history
…nssl-24.3.0
  • Loading branch information
hnnasit authored Dec 12, 2024
2 parents d4c7095 + d5fd4b8 commit ee0f63a
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 8 deletions.
3 changes: 2 additions & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ parameterized==0.9.0
pytest-xdist==3.6.1
pytest-forked==1.6.0
pytest-timeout==2.3.1
pytest-rerunfailures==14.0
pytest-rerunfailures==15.0; python_version>="3.9"
pytest-rerunfailures==14.0; python_version<"3.9"
# NOTE (hawflau): DO NOT upgrade pytest-metadata and pytest-json-report unless pytest-json-report addresses https://github.com/numirias/pytest-json-report/issues/89
pytest-metadata==3.1.1
# NOTE (lucashuy): `pytest-json-report` was updated to `pytest-json-report-wip` as the original repository does not seem to be maintained anymore, if `-wip` is updated, validate the changes
Expand Down
2 changes: 1 addition & 1 deletion requirements/pyinstaller-build.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Executable binary builder requirements
setuptools==75.3.0
setuptools==75.6.0
pyinstaller==6.11.1
6 changes: 3 additions & 3 deletions requirements/reproducible-linux.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1042,7 +1042,7 @@ wheel==0.45.1 \
# via aws-lambda-builders

# The following packages are considered to be unsafe in a requirements file:
setuptools==75.3.0 \
--hash=sha256:f2504966861356aa38616760c0f66568e535562374995367b4e69c7143cf6bcd \
--hash=sha256:fba5dd4d766e97be1b1681d98712680ae8f2f26d7881245f2ce9e40714f1a686
setuptools==75.6.0 \
--hash=sha256:8199222558df7c86216af4f84c30e9b34a61d8ba19366cc914424cdbd28252f6 \
--hash=sha256:ce74b49e8f7110f9bf04883b730f4765b774ef3ef28f722cce7c273d253aaf7d
# via aws-lambda-builders
6 changes: 3 additions & 3 deletions requirements/reproducible-win.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1055,7 +1055,7 @@ wheel==0.45.1 \
# via aws-lambda-builders

# The following packages are considered to be unsafe in a requirements file:
setuptools==75.3.0 \
--hash=sha256:f2504966861356aa38616760c0f66568e535562374995367b4e69c7143cf6bcd \
--hash=sha256:fba5dd4d766e97be1b1681d98712680ae8f2f26d7881245f2ce9e40714f1a686
setuptools==75.6.0 \
--hash=sha256:8199222558df7c86216af4f84c30e9b34a61d8ba19366cc914424cdbd28252f6 \
--hash=sha256:ce74b49e8f7110f9bf04883b730f4765b774ef3ef28f722cce7c273d253aaf7d
# via aws-lambda-builders

0 comments on commit ee0f63a

Please sign in to comment.