Skip to content

Commit

Permalink
🤖 Bump pdm from 2.20.0.post1 to 2.20.1 (#45)
Browse files Browse the repository at this point in the history
* 🤖 Bump pdm from 2.20.0.post1 to 2.20.1

Bumps [pdm](https://github.com/pdm-project/pdm) from 2.20.0.post1 to 2.20.1.
- [Release notes](https://github.com/pdm-project/pdm/releases)
- [Changelog](https://github.com/pdm-project/pdm/blob/main/CHANGELOG.md)
- [Commits](pdm-project/pdm@2.20.0.post1...2.20.1)

---
updated-dependencies:
- dependency-name: pdm
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* Pin certifi to `>=2024.8.30`

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: olli <[email protected]>
  • Loading branch information
dependabot[bot] and OLILHR authored Nov 15, 2024
1 parent 52e18f8 commit 7815fea
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 12 deletions.
11 changes: 7 additions & 4 deletions dev_requirements/requirements-packaging.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,11 @@ anyio==4.4.0
# via httpx
blinker==1.8.2
# via pdm
certifi==2024.7.4
certifi==2024.8.30
# via
# httpcore
# httpx
# pdm
# requests
cffi==1.17.0
# via cryptography
Expand All @@ -35,8 +36,10 @@ h11==0.14.0
# via httpcore
hishel==0.0.33
# via pdm
httpcore==1.0.5
# via httpx
httpcore==1.0.6
# via
# httpx
# pdm
httpx[socks]==0.27.0
# via
# hishel
Expand Down Expand Up @@ -83,7 +86,7 @@ packaging==24.1
# unearth
pbs-installer==2024.8.9
# via pdm
pdm==2.20.0.post1
pdm==2.20.1
# via -r dev_requirements/requirements-packaging.in
pkginfo==1.10.0
# via twine
Expand Down
1 change: 1 addition & 0 deletions requirements.in
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
certifi>=2024.8.30
click
prompt_toolkit
tiktoken
Expand Down
18 changes: 10 additions & 8 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,28 +2,30 @@
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
# pip-compile requirements.in
# pip-compile /Users/olli/Github/chonk/requirements.in
#
certifi==2024.7.4
# via requests
certifi==2024.8.30
# via
# -r /Users/olli/Github/chonk/requirements.in
# requests
charset-normalizer==3.3.2
# via requests
click==8.1.7
# via -r requirements.in
# via -r /Users/olli/Github/chonk/requirements.in
idna==3.7
# via requests
prompt-toolkit==3.0.48
# via -r requirements.in
# via -r /Users/olli/Github/chonk/requirements.in
regex==2024.7.24
# via tiktoken
requests==2.32.3
# via tiktoken
tiktoken==0.8.0
# via -r requirements.in
# via -r /Users/olli/Github/chonk/requirements.in
tqdm==4.67.0
# via -r requirements.in
# via -r /Users/olli/Github/chonk/requirements.in
types-tqdm==4.66.0.20240417
# via -r requirements.in
# via -r /Users/olli/Github/chonk/requirements.in
urllib3==2.2.2
# via requests
wcwidth==0.2.13
Expand Down

0 comments on commit 7815fea

Please sign in to comment.