Skip to content

Commit

Permalink
Merge pull request #40 from moj-analytical-services/update-packaging-…
Browse files Browse the repository at this point in the history
…version

update packaging version
  • Loading branch information
AntFMoJ authored Jun 18, 2024
2 parents a4cda0e + 5882173 commit e111b2f
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 8 deletions.
2 changes: 1 addition & 1 deletion mojap_airflow_tools/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "2.4.3.1"
__version__ = "2.4.3.2"
27 changes: 22 additions & 5 deletions poetry.lock

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

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "mojap-airflow-tools"
version = "2.4.3.1"
version = "2.4.3.2"
description = "A few wrappers and tools to use Airflow on the Analytical Platform"
authors = ["MoJ Data Engineering"]

Expand All @@ -9,7 +9,7 @@ python = "^3.10"
apache-airflow = "2.4.3"
apache-airflow-providers-cncf-kubernetes = "4.4.0"
tenacity = "8.3.0"
packaging = "23.1"
packaging = "21.3"
pendulum = "2.1.2"

[tool.poetry.dev-dependencies]
Expand Down

0 comments on commit e111b2f

Please sign in to comment.