Skip to content

Commit f18e493

Browse files
committed
pin versions for security. drop tomli since it is included in python 3.11
1 parent a1ef658 commit f18e493

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Pipfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,9 @@ url = "https://pypi.org/simple"
44
verify_ssl = true
55

66
[dev-packages]
7-
black = "*"
7+
black = ">=24.3.0"
88
flake8 = "*"
99
isort = "*"
10-
tomli = "*"
1110

1211
[packages]
1312
asana = ">=3.2,<4" # "Please use v3.2.X for stable / production environments"
@@ -17,6 +16,7 @@ GitPython = ">=3.1.41"
1716
PyGithub = "*"
1817
PyYAML = "*"
1918
requests = "*"
19+
urllib3 = ">=2.0.6" # dependency, pinned for security
2020

2121
[requires]
2222
python_version = "3.11"

0 commit comments

Comments
 (0)