Spaces:
Running
Running
dependabot[bot]
commited on
Commit
·
c7dd230
1
Parent(s):
6c50555
Bump regex from 2023.10.3 to 2023.12.25
Browse filesBumps [regex](https://github.com/mrabarnett/mrab-regex) from 2023.10.3 to 2023.12.25.
- [Changelog](https://github.com/mrabarnett/mrab-regex/blob/hg/changelog.txt)
- [Commits](https://github.com/mrabarnett/mrab-regex/compare/2023.10.3...2023.12.25)
---
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
@@ -23,7 +23,7 @@ pytube==15.0.0
|
|
23 |
pytz==2023.3
|
24 |
pyyaml==6.0.1; python_version >= "3.6"
|
25 |
qrcode==7.4.2
|
26 |
-
regex==2023.
|
27 |
requests==2.31.0
|
28 |
rfc3986==1.5.0; python_version >= "3.7"
|
29 |
search-engine-parser==0.6.8
|
|
|
23 |
pytz==2023.3
|
24 |
pyyaml==6.0.1; python_version >= "3.6"
|
25 |
qrcode==7.4.2
|
26 |
+
regex==2023.12.25; python_version >= "3.6"
|
27 |
requests==2.31.0
|
28 |
rfc3986==1.5.0; python_version >= "3.7"
|
29 |
search-engine-parser==0.6.8
|