Skip to content

Commit

Permalink
upgraded requests
Browse files Browse the repository at this point in the history
  • Loading branch information
gitofanindya committed Nov 20, 2024
1 parent 3ebc1c6 commit 36c10af
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion tests/unit/test_options.py
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ def test_server_and_local_config_with_default_value_forced():

def test_site_update_url():
url = f"{Options.update_site_url}/versions.yml"
with requests.get(url) as resp:
with requests.get(url, verify=False) as resp:
resp.raise_for_status()


Expand Down
14 changes: 7 additions & 7 deletions tools/deps/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -404,14 +404,14 @@ pywin32==306; sys_platform == "win32" \
--hash=sha256:e4c092e2589b5cf0d365849e73e02c391c1349958c5ac3e9d5ccb9a28e017b3a \
--hash=sha256:e65028133d15b64d2ed8f06dd9fbc268352478d4f9289e69c190ecd6818b6407 \
--hash=sha256:e8ac1ae3601bee6ca9f7cb4b5363bf1c0badb935ef243c4733ff9a393b1690c0
requests==2.32.2 \
--hash=sha256:dd951ff5ecf3e3b3aa26b40703ba77495dab41da839ae72ef3c8e5d8e2433289 \
--hash=sha256:fc06670dd0ed212426dfeb94fc1b983d917c4f9847c863f313c9dfaaffb7c23c
# via nuxeo
#requests==2.32.3 \
# --hash=sha256:55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760 \
# --hash=sha256:70761cfe03c773ceb22aa2f671b4757976145175cdfca038c02654d061d6dcc6
#requests==2.32.2 \
# --hash=sha256:dd951ff5ecf3e3b3aa26b40703ba77495dab41da839ae72ef3c8e5d8e2433289 \
# --hash=sha256:fc06670dd0ed212426dfeb94fc1b983d917c4f9847c863f313c9dfaaffb7c23c
# # via nuxeo
requests==2.32.3 \
--hash=sha256:55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760 \
--hash=sha256:70761cfe03c773ceb22aa2f671b4757976145175cdfca038c02654d061d6dcc6
# via nuxeo
send2trash==1.8.3; sys_platform != "darwin" \
--hash=sha256:0c31227e0bd08961c7665474a3d1ef7193929fedda4233843689baa056be46c9 \
--hash=sha256:b18e7a3966d99871aefeb00cfbcfdced55ce4871194810fc71f4aa484b953abf
Expand Down

0 comments on commit 36c10af

Please sign in to comment.