Skip to content

Commit

Permalink
added pip-system-certs
Browse files Browse the repository at this point in the history
  • Loading branch information
gitofanindya committed Jan 17, 2025
1 parent 3273cd5 commit 9b33ff8
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions tools/deps/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,8 @@ nuxeo==6.1.2 \
packaging==24.0 \
--hash=sha256:2ddfb553fdf02fb784c234c7ba6ccc288296ceabec964ad2eae3777778130bc5 \
--hash=sha256:eb82c5e3e56209074766e6885bb04b8c38a0c015d0a30036ebe7ece34c9989e9
pip-system-certs==4.0 \
--hash=sha256:47202b9403a6f40783a9674bbc8873f5fc86544ec01a49348fa913e99e2ff68b
psutil==5.8.0 \
--hash=sha256:0066a82f7b1b37d334e68697faba68e5ad5e858279fd6351c8ca6024e8d6ba64 \
--hash=sha256:0ae6f386d8d297177fd288be6e8d1afc05966878704dad9847719650e44fc49c \
Expand Down Expand Up @@ -468,6 +470,10 @@ watchdog==5.0.2 \
--hash=sha256:f627c5bf5759fdd90195b0c0431f99cff4867d212a67b384442c51136a098ed7 \
--hash=sha256:f8b2918c19e0d48f5f20df458c84692e2a054f02d9df25e6c3c930063eca64c1 \
--hash=sha256:fb223456db6e5f7bd9bbd5cd969f05aae82ae21acc00643b60d81c770abd402b
wrapt==1.17.2 \
--hash=sha256:8112e52c5822fc4253f3901b676c55ddf288614dc7011634e2719718eaa187dc \
--hash=sha256:35621ae4c00e056adb0009f8e86e28eb4a41a4bfa8f9bfa9fca7d343fe94f998 \
--hash=sha256:abbb9e76177c35d4e8568e58650aa6926040d6a9f6f03435b7a522bf1c487f9a
xattr==1.1.0 ; sys_platform == "darwin" \
--hash=sha256:00d2b415cf9d6a24112d019e721aa2a85652f7bbc9f3b9574b2d1cd8668eb491 \
--hash=sha256:0683dae7609f7280b0c89774d00b5957e6ffcb181c6019c46632b389706b77e6 \
Expand Down
2 changes: 1 addition & 1 deletion tools/posix/deploy_ci_agent.sh
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ check_upgrade() {
check_vars() {
# Check required variables
if [ "${PYTHON_DRIVE_VERSION:-unset}" = "unset" ]; then
export PYTHON_DRIVE_VERSION="3.12.3" # XXX_PYTHON
export PYTHON_DRIVE_VERSION="3.13.1" # XXX_PYTHON
fi
if [ "${WORKSPACE:-unset}" = "unset" ]; then
if [ "${GITHUB_WORKSPACE:-unset}" != "unset" ]; then
Expand Down
2 changes: 1 addition & 1 deletion tools/windows/deploy_ci_agent.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ function check_upgrade {
function check_vars {
# Check required variables
if (-Not ($Env:PYTHON_DRIVE_VERSION)) {
$Env:PYTHON_DRIVE_VERSION = '3.12.3' # XXX_PYTHON
$Env:PYTHON_DRIVE_VERSION = '3.13.1' # XXX_PYTHON
}
if (-Not ($Env:WORKSPACE)) {
if ($Env:GITHUB_WORKSPACE) {
Expand Down

0 comments on commit 9b33ff8

Please sign in to comment.