Skip to content

Commit bee66de

Browse files
committed
1️⃣ improve sudoku
1 parent 33bf238 commit bee66de

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

Pipfile.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pip-constraints.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ pyjwt==2.10.1
147147
pysocks==1.7.1
148148
python-geoip-geolite2-yplan==2019.1224
149149
python-geoip-yplan==1.2
150-
pytz==2024.2
150+
pytz==2025.1
151151
rapidfuzz==3.12.1
152152
redis==5.2.1
153153
regex==2024.11.6

pip-dev-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ pyjwt==2.10.1; python_version >= '3.9'
147147
pysocks==1.7.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
148148
python-geoip-geolite2-yplan==2019.1224
149149
python-geoip-yplan==1.2
150-
pytz==2024.2
150+
pytz==2025.1
151151
rapidfuzz==3.12.1; python_version >= '3.9'
152152
redis[hiredis]==5.2.1; python_version >= '3.8'
153153
regex==2024.11.6; python_version >= '3.8'

pip-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ pysocks==1.7.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2
4747
python-dateutil==2.9.0.post0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
4848
python-geoip-geolite2-yplan==2019.1224
4949
python-geoip-yplan==1.2
50-
pytz==2024.2
50+
pytz==2025.1
5151
pyyaml==6.0.2; python_version >= '3.8'
5252
rapidfuzz==3.12.1; python_version >= '3.9'
5353
redis[hiredis]==5.2.1; python_version >= '3.8'

scripts/deno/sudoku.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,5 +111,5 @@ sudoku(
111111

112112
_, 6, _, _, _, _, 2, 8, _,
113113
_, _, _, 4, 1, 9, _, 3, 5,
114-
_, _, _, _, _, _, _, 7, _
114+
_, _, _, _, _, _, 1, 7, _
115115
);

0 commit comments

Comments
 (0)