Skip to content

Commit 6f4f162

Browse files
dependabot[bot]hugovkezio-melotti
authored
Bump the pip group across 1 directory with 3 updates (#331)
Co-authored-by: Hugo van Kemenade <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ezio Melotti <[email protected]>
1 parent 0d4e1ed commit 6f4f162

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

add_to_pydotorg.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ def list_files(
271271
) -> Generator[tuple[str, str, str, bool, str], None, None]:
272272
"""List all of the release's download files."""
273273
reldir = base_version(release)
274-
for rfile in os.listdir(path.join(ftp_root, reldir)):
274+
for rfile in sorted(os.listdir(path.join(ftp_root, reldir))):
275275
if not path.isfile(path.join(ftp_root, reldir, rfile)):
276276
continue
277277

dev-requirements.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -540,17 +540,17 @@ propcache==0.2.1 \
540540
# via
541541
# aiohttp
542542
# yarl
543-
pyfakefs==5.10.2 \
544-
--hash=sha256:6ff0e84653a71efc6a73f9ee839c3141e3a7cdf4e1fb97666f82ac5b24308d64 \
545-
--hash=sha256:8ae0e5421e08de4e433853a4609a06a1835f4bc2a3ce13b54f36713a897474ba
543+
pyfakefs==6.0.0 \
544+
--hash=sha256:059fd0b2174bfeed499ecb0a59bccff557f267cc6d885afc0e5b76e78b6d50da \
545+
--hash=sha256:44ef5ab0294e7e623b8e56b4f2d8c9468b737d6e8641053063c43033d2c8c180
546546
# via -r dev-requirements.in
547547
pygments==2.19.2 \
548548
--hash=sha256:636cb2477cec7f8952536970bc533bc43743542f70392ae026374600add5b887 \
549549
--hash=sha256:86540386c03d588bb81d44bc3928634ff26449851e99741617ecb9037ee5ec0b
550550
# via pytest
551-
pytest==8.4.2 \
552-
--hash=sha256:86c0d0b93306b961d58d62a4db4879f27fe25513d4b969df351abdddb3c30e01 \
553-
--hash=sha256:872f880de3fc3a5bdc88a11b39c9710c3497a547cfa9320bc3c5e62fbf272e79
551+
pytest==9.0.2 \
552+
--hash=sha256:711ffd45bf766d5264d487b917733b453d917afd2b0ad65223959f59089f875b \
553+
--hash=sha256:75186651a92bd89611d1d9fc20f0b4345fd827c41ccd5c299a868a05d70edf11
554554
# via
555555
# -r dev-requirements.in
556556
# pytest-aiohttp

mypy-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
aiohttp==3.13.3
22
alive_progress>=3.3.0
3-
mypy==1.19.0
3+
mypy==1.19.1
44
pyfakefs
55
pytest
66
pytest-mock

0 commit comments

Comments
 (0)