Skip to content

Commit 68a2044

Browse files
chore(deps): update deprecated requirement from >=1.2.18 to >=1.3.1 (#35)
Updates the requirements on [deprecated](https://github.com/laurent-laporte-pro/deprecated) to permit the latest version. - [Release notes](https://github.com/laurent-laporte-pro/deprecated/releases) - [Changelog](https://github.com/laurent-laporte-pro/deprecated/blob/master/CHANGELOG.rst) - [Commits](laurent-laporte-pro/deprecated@v1.2.18...v1.3.1) --- updated-dependencies: - dependency-name: deprecated dependency-version: 1.3.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c998190 commit 68a2044

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ dependencies = [
1717
"tqdm>=4.67.1",
1818
"httpx[http2]>=0.28.1",
1919
"PyExecJS>=1.5.1",
20-
"deprecated>=1.2.18"
20+
"deprecated>=1.3.1"
2121
]
2222

2323
[project.urls]

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ distro>=1.9.0
55
tqdm>=4.67.1
66
httpx[http2]>=0.28.1
77
PyExecJS>=1.5.1
8-
deprecated>=1.2.18
8+
deprecated>=1.3.1

0 commit comments

Comments
 (0)