Skip to content

Commit

Permalink
Pin requests version (#376)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-veit committed Nov 22, 2022
1 parent 4d4b934 commit 02ad0d6
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 33 deletions.
54 changes: 27 additions & 27 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 3 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "tibanna"
version = "2.2.4"
version = "2.2.5"
description = "Tibanna runs portable pipelines (in CWL/WDL) on the AWS Cloud."
authors = ["4DN-DCIC Team <support@4dnucleome.org>"]
license = "MIT"
Expand Down Expand Up @@ -31,10 +31,9 @@ python = ">=3.7,<3.9"
python-lambda-4dn = "0.12.3"
boto3 = "^1.9.0"
botocore = "^1.12.1"
urllib3 = "^1.24"
requests = "^2.22.0"
requests = "2.27.1"
Benchmark-4dn = "^0.5.8"
tomlkit = "^0.10.0"
tomlkit = "^0.11.0"

[tool.poetry.dev-dependencies]
invoke = "0.18.1"
Expand Down
3 changes: 1 addition & 2 deletions tibanna/lambdas/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
urllib3>=1.24
Benchmark-4dn>=0.5.8
boto3>=1.9.0
botocore>=1.12.1
tomlkit>=0.10.0
tomlkit>=0.11.0

0 comments on commit 02ad0d6

Please sign in to comment.