Skip to content

Commit

Permalink
v1.1.0 Pin pydantic version better
Browse files Browse the repository at this point in the history
Update badges in docs
Move pytest to dev dependecy group
  • Loading branch information
dhvcc committed Jul 14, 2023
1 parent 5c20e0e commit 52c7eec
Show file tree
Hide file tree
Showing 3 changed files with 63 additions and 63 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
# Rss parser

[![Downloads](https://pepy.tech/badge/rss-parser)](https://pepy.tech/project/rss-parser)
[![Downloads](https://pepy.tech/badge/rss-parser/month)](https://pepy.tech/project/rss-parser/month)
[![Downloads](https://pepy.tech/badge/rss-parser/week)](https://pepy.tech/project/rss-parser/week)
[![Downloads](https://pepy.tech/badge/rss-parser/month)](https://pepy.tech/project/rss-parser)
[![Downloads](https://pepy.tech/badge/rss-parser/week)](https://pepy.tech/project/rss-parser)

[![PyPI version](https://img.shields.io/pypi/v/rss-parser)](https://pypi.org/project/rss-parser)
[![Python versions](https://img.shields.io/pypi/pyversions/rss-parser)](https://pypi.org/project/rss-parser)
[![Wheel status](https://img.shields.io/pypi/wheel/rss-parser)](https://pypi.org/project/rss-parser)
[![License](https://img.shields.io/pypi/l/rss-parser?color=success)](https://github.com/dhvcc/rss-parser/blob/master/LICENSE)
[![GitHub Pages](https://badgen.net/github/status/dhvcc/rss-parser/gh-pages?label=docs)](https://dhvcc.github.io/rss-parser#documentation)

![Docs](https://github.com/dhvcc/rss-parser/actions/workflows/pages/pages-build-deployment/badge.svg)
![CI](https://github.com/dhvcc/rss-parser/actions/workflows/ci.yml/badge.svg?branch=master)
![PyPi publish](https://github.com/dhvcc/rss-parser/actions/workflows/publish_to_pypi.yml/badge.svg?branch=master)
![PyPi publish](https://github.com/dhvcc/rss-parser/actions/workflows/publish_to_pypi.yml/badge.svg)

## About

Expand Down
112 changes: 56 additions & 56 deletions poetry.lock

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

6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "rss-parser"
version = "1.0.0"
version = "1.1.0"
description = "Typed pythonic RSS parser"
authors = ["dhvcc <1337kwiz@gmail.com>"]
license = "GPL-3.0"
Expand Down Expand Up @@ -41,8 +41,7 @@ packages = [{include = "rss_parser"}]

[tool.poetry.dependencies]
python = "^3.8"
pydantic = ">=1.6.1"
pytest = "^7.1.2"
pydantic = "^1.10"
xmltodict = "^0.13.0"

[tool.poetry.group.dev.dependencies]
Expand All @@ -51,6 +50,7 @@ black = "^22.3.0"
pre-commit = "^2.12.0"
ruff = "*"
rich = "*"
pytest = "^7.4.0"

[tool.pytest.ini_options]
addopts = "-color=yes"
Expand Down

0 comments on commit 52c7eec

Please sign in to comment.