diff options
Diffstat (limited to '')
-rw-r--r-- | requirements.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/requirements.txt b/requirements.txt index 7e12660..cb8c7be 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,9 +1,9 @@ atlassian-python-api==4.0.7 -beautifulsoup4==4.13.5 +beautifulsoup4==4.14.0 certifi==2025.8.3 cffi==2.0.0 charset-normalizer==3.4.3 -cryptography==45.0.7 +cryptography==46.0.1 Deprecated==1.2.18 idna==3.10 jmespath==1.0.1 @@ -12,7 +12,7 @@ pycparser==2.23 PyGithub==2.8.1 PyJWT==2.10.1 PyNaCl==1.6.0 -python-gitlab==6.3.0 +python-gitlab==6.4.0 requests==2.32.5 requests-oauthlib==2.0.0 requests-toolbelt==1.0.0 |