Skip to content

Commit 881a179

Browse files
authored
Merge pull request #249 from creativecommons/update-python
Update Python modules (black 26.5.1, cryptography 49.0.0, GitPython 3.1.51, PyJWT 2.13.0, urllib 2.7.0, etc.)
2 parents 7374d4c + 818143e commit 881a179

4 files changed

Lines changed: 910 additions & 826 deletions

File tree

Pipfile

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,23 +4,24 @@ url = "https://pypi.org/simple"
44
verify_ssl = true
55

66
[dev-packages]
7-
black = ">=24.3.0"
7+
black = ">=26.3.1"
88
flake8 = "*"
99
isort = "*"
1010

1111
[packages]
1212
asana = ">=3.2,<4" # "Please use v3.2.X for stable / production environments"
13-
cryptography = ">=42.0.4" # dependency, pinned for security
13+
cryptography = ">=48.0.1" # dependency, pinned for security
1414
emoji = "*"
15-
GitPython = ">=3.1.41"
15+
GitPython = ">=3.1.50"
1616
gql = "*"
1717
idna = ">=3.7" # dependency, pinned for security
1818
PyGithub = ">=2.6.0"
1919
Pygments = "*"
20+
pyjwt = ">=2.13.0" # dependency, pinned for security
2021
PyYAML = "*"
2122
requests = "*"
2223
requests_toolbelt = "*"
23-
urllib3 = ">=2.0.6" # dependency, pinned for security
24+
urllib3 = ">=2.7.0" # dependency, pinned for security
2425

2526
[requires]
2627
python_version = "3.11"

0 commit comments

Comments
 (0)