Skip to content

Commit

Permalink
Regenerate requirements.txt (#238)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewsomething authored Oct 16, 2023
1 parent cdf5f91 commit a04bde9
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
aiohttp==3.8.3 ; python_full_version >= "3.7.2" and python_full_version < "4.0.0"
aiohttp==3.8.5 ; python_full_version >= "3.7.2" and python_full_version < "4.0.0"
aiosignal==1.3.1 ; python_full_version >= "3.7.2" and python_full_version < "4.0.0"
async-timeout==4.0.2 ; python_full_version >= "3.7.2" and python_full_version < "4.0.0"
asynctest==0.13.0 ; python_full_version >= "3.7.2" and python_version < "3.8"
attrs==22.1.0 ; python_full_version >= "3.7.2" and python_full_version < "4.0.0"
azure-core==1.26.1 ; python_full_version >= "3.7.2" and python_full_version < "4.0.0"
azure-identity==1.12.0 ; python_full_version >= "3.7.2" and python_full_version < "4.0.0"
certifi==2022.9.24 ; python_full_version >= "3.7.2" and python_version < "4"
certifi==2023.7.22 ; python_full_version >= "3.7.2" and python_full_version < "4.0.0"
cffi==1.15.1 ; python_full_version >= "3.7.2" and python_full_version < "4.0.0"
charset-normalizer==2.1.1 ; python_full_version >= "3.7.2" and python_version < "4"
cryptography==38.0.3 ; python_full_version >= "3.7.2" and python_full_version < "4.0.0"
charset-normalizer==2.1.1 ; python_full_version >= "3.7.2" and python_full_version < "4.0.0"
cryptography==41.0.4 ; python_full_version >= "3.7.2" and python_full_version < "4.0.0"
frozenlist==1.3.3 ; python_full_version >= "3.7.2" and python_full_version < "4.0.0"
idna==3.4 ; python_full_version >= "3.7.2" and python_version < "4"
idna==3.4 ; python_full_version >= "3.7.2" and python_full_version < "4.0.0"
isodate==0.6.1 ; python_full_version >= "3.7.2" and python_full_version < "4.0.0"
msal-extensions==1.0.0 ; python_full_version >= "3.7.2" and python_full_version < "4.0.0"
msal==1.20.0 ; python_full_version >= "3.7.2" and python_full_version < "4.0.0"
msal==1.24.1 ; python_full_version >= "3.7.2" and python_full_version < "4.0.0"
msrest==0.7.1 ; python_full_version >= "3.7.2" and python_full_version < "4.0.0"
multidict==6.0.2 ; python_full_version >= "3.7.2" and python_full_version < "4.0.0"
oauthlib==3.2.2 ; python_full_version >= "3.7.2" and python_full_version < "4.0.0"
Expand All @@ -22,8 +22,8 @@ pycparser==2.21 ; python_full_version >= "3.7.2" and python_full_version < "4.0.
pyjwt[crypto]==2.6.0 ; python_full_version >= "3.7.2" and python_full_version < "4.0.0"
pywin32==305 ; python_full_version >= "3.7.2" and platform_system == "Windows" and python_full_version < "4.0.0"
requests-oauthlib==1.3.1 ; python_full_version >= "3.7.2" and python_full_version < "4.0.0"
requests==2.28.1 ; python_full_version >= "3.7.2" and python_version < "4"
requests==2.31.0 ; python_full_version >= "3.7.2" and python_full_version < "4.0.0"
six==1.16.0 ; python_full_version >= "3.7.2" and python_full_version < "4.0.0"
typing-extensions==4.4.0 ; python_full_version >= "3.7.2" and python_full_version < "4.0.0"
urllib3==1.26.12 ; python_full_version >= "3.7.2" and python_version < "4"
urllib3==1.26.17 ; python_full_version >= "3.7.2" and python_full_version < "4.0.0"
yarl==1.8.1 ; python_full_version >= "3.7.2" and python_full_version < "4.0.0"

0 comments on commit a04bde9

Please sign in to comment.