Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
#
# pip-compile --output-file=requirements.txt --strip-extras pyproject.toml
#
certifi==2024.2.2
certifi==2024.7.4
# via requests
cffi==1.16.0
# via
# cryptography
# pynacl
charset-normalizer==3.3.2
# via requests
cryptography==42.0.4
cryptography==46.0.5
# via pyjwt
defusedxml==0.7.1
# via jira
Expand All @@ -26,7 +26,7 @@ oauthlib==3.2.2
# via requests-oauthlib
packaging==23.2
# via jira
pillow==10.2.0
pillow==12.1.1
# via jira
pycparser==2.22
# via cffi
Expand All @@ -36,7 +36,7 @@ pyjwt==2.8.0
# via pygithub
pynacl==1.5.0
# via pygithub
requests==2.31.0
requests==2.32.4
# via
# jira
# pygithub
Expand All @@ -51,7 +51,7 @@ typing-extensions==4.13.2
# via
# jira
# pygithub
urllib3==2.2.0
urllib3==2.6.3
# via
# pygithub
# requests
Expand Down
Loading