Spaces:
Sleeping
Sleeping
dependabot[bot]
commited on
Commit
·
c576c08
1
Parent(s):
9c564b1
Bump regex from 2022.10.31 to 2023.3.23
Browse filesBumps [regex](https://github.com/mrabarnett/mrab-regex) from 2022.10.31 to 2023.3.23.
- [Release notes](https://github.com/mrabarnett/mrab-regex/releases)
- [Commits](https://github.com/mrabarnett/mrab-regex/compare/2022.10.31...2023.3.23)
---
updated-dependencies:
- dependency-name: regex
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected]>
- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -20,7 +20,7 @@ pyrogram==2.0.102; python_version >= "3.8"
|
|
20 |
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"
|
21 |
python-dateutil==2.8.2; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.3.0")
|
22 |
pyyaml==6.0; python_version >= "3.6"
|
23 |
-
regex==
|
24 |
requests==2.28.2
|
25 |
rfc3986==1.5.0; python_version >= "3.7"
|
26 |
search-engine-parser==0.6.8
|
|
|
20 |
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"
|
21 |
python-dateutil==2.8.2; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.3.0")
|
22 |
pyyaml==6.0; python_version >= "3.6"
|
23 |
+
regex==2023.3.23; python_version >= "3.6"
|
24 |
requests==2.28.2
|
25 |
rfc3986==1.5.0; python_version >= "3.7"
|
26 |
search-engine-parser==0.6.8
|