Spaces:
Sleeping
Sleeping
dependabot[bot]
commited on
Commit
·
d9b0d31
1
Parent(s):
8cec5fb
Bump regex from 2022.9.13 to 2022.10.31
Browse filesBumps [regex](https://github.com/mrabarnett/mrab-regex) from 2022.9.13 to 2022.10.31.
- [Release notes](https://github.com/mrabarnett/mrab-regex/releases)
- [Commits](https://github.com/mrabarnett/mrab-regex/compare/2022.9.13...2022.10.31)
---
updated-dependencies:
- dependency-name: regex
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -22,7 +22,7 @@ pyrogram==2.0.59; python_version >= "3.8"
|
|
22 |
pysocks==1.7.1; python_version >= "3.7" and python_full_version < "3.0.0" and python_version < "4.0" or python_version >= "3.7" and python_version < "4.0" and python_full_version >= "3.4.0"
|
23 |
python-dateutil==2.8.2; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.3.0")
|
24 |
pyyaml==6.0; python_version >= "3.6"
|
25 |
-
regex==2022.
|
26 |
requests==2.28.1; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.6.0"
|
27 |
rfc3986==1.5.0; python_version >= "3.7"
|
28 |
six==1.16.0; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.3.0"
|
|
|
22 |
pysocks==1.7.1; python_version >= "3.7" and python_full_version < "3.0.0" and python_version < "4.0" or python_version >= "3.7" and python_version < "4.0" and python_full_version >= "3.4.0"
|
23 |
python-dateutil==2.8.2; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.3.0")
|
24 |
pyyaml==6.0; python_version >= "3.6"
|
25 |
+
regex==2022.10.31; python_version >= "3.6"
|
26 |
requests==2.28.1; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.6.0"
|
27 |
rfc3986==1.5.0; python_version >= "3.7"
|
28 |
six==1.16.0; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.3.0"
|