You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Consolidated Community PRs and Dependency Upgrades (#660)
### Changes
#### **Community Raised PRs**
This PR contains the following community raised PRs :
- [fix typo in
docstring](#637)
- [Added support for "include_totals" to
all_organization_member_roles](#635)
- [Fixed Version Table](#633)
- [Remove upper bounds on all python dependency
versions](#628)
- [Adding secrets to Codecov Action
Upload](#624)
#### **Dependabot PRs**
List of bumped up dependancy versions :
- [pyopenssl](#658)
- [pyyaml](#657)
- [frozenlist](#656)
- [argcomplete](#655)
- [cffi](#654)
### Testing
- [x] **This change adds test coverage.**
- [x] **This change has been tested on the latest version of the
platform/language**.
### Contributor Checklist
- [x] I agree to adhere to the [Auth0 General Contribution
Guidelines](https://github.com/auth0/open-source-template/blob/master/GENERAL-CONTRIBUTING.md).
- [x] I agree to uphold the [Auth0 Code of
Conduct](https://github.com/auth0/open-source-template/blob/master/CODE-OF-CONDUCT.md).
Copy file name to clipboardExpand all lines: requirements.txt
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -1,19 +1,19 @@
1
1
aiohttp==3.8.6 ; python_version>="3.7" and python_version < "4.0"
2
2
aioresponses==0.7.4 ; python_version>="3.7" and python_version < "4.0"
3
3
aiosignal==1.3.1 ; python_version>="3.7" and python_version < "4.0"
4
-
argcomplete==3.1.1 ; python_version>="3.7" and python_version < "4.0"
4
+
argcomplete==3.5.3 ; python_version>="3.7" and python_version < "4.0"
5
5
async-timeout==4.0.3 ; python_version>="3.7" and python_version < "4.0"
6
6
asynctest==0.13.0 ; python_version>="3.7" and python_version < "3.8"
7
7
attrs==23.1.0 ; python_version>="3.7" and python_version < "4.0"
8
8
certifi==2023.11.17 ; python_version>="3.7" and python_version < "4.0"
9
-
cffi==1.15.1 ; python_version>="3.7" and python_version < "4.0"
9
+
cffi==1.17.1 ; python_version>="3.7" and python_version < "4.0"
10
10
charset-normalizer==3.2.0 ; python_version>="3.7" and python_version < "4.0"
11
11
click==8.1.7 ; python_version>="3.7" and python_version < "4.0"
12
12
colorama==0.4.6 ; python_version>="3.7" and python_version < "4.0" and sys_platform == "win32" or python_version >= "3.7" and python_version < "4.0" and platform_system == "Windows"
13
13
coverage[toml]==7.2.7 ; python_version>="3.7" and python_version < "4.0"
14
14
cryptography==43.0.1 ; python_version>="3.7" and python_version < "4.0"
15
15
exceptiongroup==1.1.3 ; python_version>="3.7" and python_version < "3.11"
16
-
frozenlist==1.3.3 ; python_version>="3.7" and python_version < "4.0"
16
+
frozenlist==1.5.0 ; python_version>="3.7" and python_version < "4.0"
17
17
idna==3.10 ; python_version>="3.7" and python_version < "4.0"
18
18
importlib-metadata==6.7.0 ; python_version>="3.7" and python_version < "3.8"
19
19
iniconfig==2.0.0 ; python_version>="3.7" and python_version < "4.0"
0 commit comments