Skip to content

Commit

Permalink
Bump deprecated from 1.2.14 to 1.2.15 (#2098)
Browse files Browse the repository at this point in the history
Bumps [deprecated](https://github.com/laurent-laporte-pro/deprecated) from 1.2.14 to 1.2.15.
- [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.14...v1.2.15)

---
updated-dependencies:
- dependency-name: deprecated
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 18, 2024
1 parent 7329a96 commit 8e95221
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ certifi = "==2024.8.30"
charset-normalizer = "==3.4.0"
click = "==8.1.7"
decorator = "==5.1.1"
deprecated = "==1.2.14"
deprecated = "==1.2.15"
exceptiongroup = {version="==1.2.2", python_version="<'3.11'"}
humanize = "==4.11.0"
idna = "==3.10"
Expand Down
12 changes: 8 additions & 4 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ certifi==2024.8.30
charset-normalizer==3.4.0
click==8.1.7
decorator==5.1.1
deprecated==1.2.14
deprecated==1.2.15; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
exceptiongroup==1.2.2; python_version < '3.11'
humanize==4.11.0
idna==3.10
Expand Down Expand Up @@ -37,4 +37,4 @@ url-normalize==1.4.3
urllib3==2.2.3
wcwidth==0.2.13
websocket-client==1.8.0
wrapt==1.16.0
wrapt==1.16.0; python_version >= '3.6'

0 comments on commit 8e95221

Please sign in to comment.