Skip to content

Commit

Permalink
Bump typing-extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
avanov committed Oct 24, 2023
1 parent 21b5ae8 commit 2dc667e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions nixpkgs/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
let

common-src = builtins.fetchTarball {
name = "common-2023-03-03";
url = https://github.com/avanov/nix-common/archive/a30f466f3ac73842d111e80f40f287d8aa13e929.tar.gz;
name = "common-2023-10-24";
url = https://github.com/avanov/nix-common/archive/fdedd6a87d37972ca62ccfbe4f98190ed712a7bf.tar.gz;
# Hash obtained using `nix-prefetch-url --unpack <url>`
sha256 = "sha256:1dimd334ay4jx4n81n5ms8p4i9kpyn0z7mm8xa0kcy2cpdlbq798";
sha256 = "sha256:1cp1fp661a8dypyqb72yacg9av93g2xpw0sjnplss6swq3rgw7cy";
};

overlays = import ./overlays.nix {};
Expand Down
2 changes: 1 addition & 1 deletion requirements/minimal.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ inflection>=0.4.0,<0.6.0
colander>=1.7.0,<2.1
pyrsistent>=0.19.3
typing-inspect>=0.7.1,<0.9
typing-extensions>=4.2,<4.6
typing-extensions>=4.2,<4.9
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def requirements(at_path: Path):
# ----------------------------

setup(name='typeit',
version='3.11.0.0',
version='3.11.0.1',
description='typeit brings typed data into your project',
long_description=README,
classifiers=[
Expand Down

0 comments on commit 2dc667e

Please sign in to comment.